llvm-project/mlir/test/Dialect/SCF
Tobias Gysi 93377888ae [mlir] add scf.if op canonicalization pattern that removes unused results
The patch adds a canonicalization pattern that removes the unused results of scf.if operation. As a result, cse may remove unused computations in the then and else regions of the scf.if operation.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D89029
2020-10-11 10:40:28 +02:00
..
canonicalize.mlir [mlir] add scf.if op canonicalization pattern that removes unused results 2020-10-11 10:40:28 +02:00
for-loop-specialization.mlir [mlir] Add for loop specialization 2020-06-22 10:14:17 +02:00
invalid.mlir Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07: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 Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00: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][Standard] Make the `dim` operation index an operand. 2020-06-10 13:54:47 +00:00
parallel-loop-tiling.mlir [mlir] parallel loop tiling optimization for loops with static bounds 2020-06-25 09:21:24 +02:00