llvm-project/mlir/test/Conversion/StandardToSPIRV
River Riddle c0cd1f1c5c [mlir] Refactor BoolAttr to be a special case of IntegerAttr
This simplifies a lot of handling of BoolAttr/IntegerAttr. For example, a lot of places currently have to handle both IntegerAttr and BoolAttr. In other places, a decision is made to pick one which can lead to surprising results for users. For example, DenseElementsAttr currently uses BoolAttr for i1 even if the user initialized it with an Array of i1 IntegerAttrs.

Differential Revision: https://reviews.llvm.org/D81047
2020-06-04 16:41:24 -07:00
..
alloc.mlir [mlir][spirv] Lower allocation/deallocations of workgroup memory. 2020-05-27 09:53:16 -07:00
legalization.mlir [mlir] Revisit std.subview handling of static information. 2020-05-12 20:04:44 -04:00
std-ops-to-spirv.mlir [mlir] Refactor BoolAttr to be a special case of IntegerAttr 2020-06-04 16:41:24 -07:00
std-types-to-spirv.mlir [mlir][spirv] Lower memref with dynamic dimensions to runtime arrays 2020-04-20 11:48:47 -04:00
subview-to-spirv.mlir [mlir][spirv] Adapt subview legalization to the updated op semantics. 2020-05-20 12:00:21 -07:00