llvm-project/mlir/test/Dialect/SCF
Lei Zhang b2b35697dc [mlir] Fix scf.for single iteration canonicalization check
We should be check whether lb + step >= ub to determine
whether this is a single iteration. Previously we were
checking lb + lb >= ub.

Differential Revision: https://reviews.llvm.org/D95440
2021-02-02 11:08:56 -05: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 scf.for single iteration canonicalization check 2021-02-02 11:08:56 -05: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