llvm-project/mlir/test/Dialect/SCF
River Riddle 93592b726c [mlir][OpFormatGen] Format enum attribute cases as keywords when possible
In the overwhelmingly common case, enum attribute case strings represent valid identifiers in MLIR syntax. This revision updates the format generator to format as a keyword in these cases, removing the need to wrap values in a string. The parser still retains the ability to parse the string form, but the printer will use the keyword form when applicable.

Differential Revision: https://reviews.llvm.org/D94575
2021-01-14 11:35:49 -08:00
..
bufferize.mlir [mlir] Properly handle recursive bufferization for scf.for/scf.if 2020-10-28 14:16:56 -07:00
canonicalize.mlir [MLIR] Fix parseFunctionLikeOp() to fail parsing empty regions 2020-12-04 09:09:59 -08:00
for-loop-specialization.mlir [mlir][OpFormatGen] Format enum attribute cases as keywords when possible 2021-01-14 11:35:49 -08:00
invalid.mlir [mlir] Add a generic while/do-while loop to the SCF dialect 2020-11-04 09:43:13 +01:00
loop-unroll.mlir [NFC] Follow up on D87111 - Add an option for unrolling loops up to a factor - CR issues addressed. 2020-09-11 08:12:44 -07:00
ops.mlir [mlir][OpFormatGen] Format enum attribute cases as keywords when possible 2021-01-14 11:35:49 -08:00
parallel-loop-fusion.mlir Rename `xla_lhlo.terminator` into `return` in SCF parallel loop test (NFC) 2020-07-08 04:05:43 +00:00
parallel-loop-specialization.mlir [mlir][OpFormatGen] Format enum attribute cases as keywords when possible 2021-01-14 11:35:49 -08:00
parallel-loop-tiling.mlir [MLIR][SCF] Find all innermost loops for parallel loop tiling 2020-11-27 10:08:56 +01:00