Make it clear that ElementsAttr is only for static shaped vectors or tensors.
authorGeoffrey Martin-Noble <gcmn@google.com>
Wed, 29 May 2019 22:34:50 +0000 (15:34 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:09:12 +0000 (20:09 -0700)
commit66e84bf88c7887b6eca76967f5853dc0e9b24eeb
treef99c267b5c4684f937e17c88bcc00c1712b1da27
parent5a91b9896ce4cd21d97f5df609931b7adf7806c3
Make it clear that ElementsAttr is only for static shaped vectors or tensors.

    This is in preparation for making MemRef a subclass of ShapedType, but also UnrankedTensor should already be excluded.

--

PiperOrigin-RevId: 250580197
mlir/include/mlir/IR/Attributes.h
mlir/lib/IR/Attributes.cpp