llvm-project/mlir/test/Dialect/Standard
William S. Moses 93c791839a [MLIR] Canonicalize/fold select %x, 1, 0 to extui
Two canonicalizations for select %x, 1, 0
  If the return type is i1, return simply the condition %x, otherwise extui %x to the return type.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D116517
2022-01-03 01:26:28 -05:00
..
bufferize.mlir [mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect. 2021-11-25 11:50:39 +01:00
canonicalize-cf.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
canonicalize.mlir [MLIR] Canonicalize/fold select %x, 1, 0 to extui 2022-01-03 01:26:28 -05:00
expand-ops.mlir [MLIR] Move AtomicRMW into MemRef dialect and enum into Arith 2021-12-30 14:31:33 -05:00
expand-tanh.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
func-bufferize.mlir [mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect. 2021-11-25 11:50:39 +01:00
invalid.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
ops.mlir [mlir][Vector] Add some missing tests for `broadcast` and `splat` 2021-12-03 08:52:51 +00:00
parser.mlir [MLIR] Add a switch operation to the standard dialect 2021-04-12 18:46:02 -07:00
tensor-constant-bufferize.mlir [mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect. 2021-11-25 11:50:39 +01:00