Don't use ShapedType to indicate vector or tensor type
authorGeoffrey Martin-Noble <gcmn@google.com>
Fri, 31 May 2019 20:01:45 +0000 (13:01 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:12:31 +0000 (20:12 -0700)
commit8eca4cc30dee9b31321cae9f577c957d279818b2
tree58ec18f4ff25bf25345a2fee5266a7a786fe0ad1
parent37732b17590491a426cda6e01aa16096e3d1ed96
Don't use ShapedType to indicate vector or tensor type

    MemRefType may soon subclass ShapedType. ShapedType only guarantees that something has a shape (possibly dynamic), rank (or explicitly unranked), and fixed element type.

--

PiperOrigin-RevId: 250940537
mlir/lib/EDSC/Builders.cpp