Ensure that every Attribute contains a Type. If an Attribute does not provide...
authorRiver Riddle <riverriddle@google.com>
Tue, 30 Apr 2019 21:26:04 +0000 (14:26 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:23:14 +0000 (08:23 -0700)
commit17d3acf40c764b2c06ffcce3cab3151a4b5d09b4
tree63a2cf27d2ccd38cd4c351196be705568d3209a0
parent0bd0571e722aff2700766e4f2ef7d0c608eb0b47
Ensure that every Attribute contains a Type. If an Attribute does not provide a type explicitly, the type is defaulted to NoneType.

--

PiperOrigin-RevId: 246021088
mlir/include/mlir/IR/Attributes.h
mlir/lib/IR/AttributeDetail.h
mlir/lib/IR/Attributes.cpp
mlir/lib/StandardOps/Ops.cpp