summaryrefslogtreecommitdiffstats
path: root/mlir/test/Dialect/CMakeLists.txt
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2020-01-13 13:12:37 -0800
committerRiver Riddle <riverriddle@google.com>2020-01-13 13:24:39 -0800
commit4268e4f4b84b85266426e99050d31ec63f3ce8aa (patch)
treed3a6b4cc366310f7ef6108d029155b06295c5495 /mlir/test/Dialect/CMakeLists.txt
parent26c7a4ed101fae85d2041ee1c8e8483b96e4460e (diff)
downloadbcm5719-llvm-4268e4f4b84b85266426e99050d31ec63f3ce8aa.tar.gz
bcm5719-llvm-4268e4f4b84b85266426e99050d31ec63f3ce8aa.zip
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflicts with function types.
Summary: The current syntax for AffineMapAttr and IntegerSetAttr conflict with function types, making it currently impossible to round-trip function types(and e.g. FuncOp) in the IR. This revision changes the syntax for the attributes by wrapping them in a keyword. AffineMapAttr is wrapped with `affine_map<>` and IntegerSetAttr is wrapped with `affine_set<>`. Reviewed By: nicolasvasilache, ftynse Differential Revision: https://reviews.llvm.org/D72429
Diffstat (limited to 'mlir/test/Dialect/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud