llvm-project/mlir/include
KareemErgawy-TomTom e5f2898bc7 [MLIR][STD] Fold trunci (zexti).
This patch folds the following pattern:

```
  %arg0 = ...
  %0 = zexti %arg0 : i1 to i8
  %1 = trunci %0 : i8 to i1
```

into just `%arg0`.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D99453
2021-03-27 19:40:10 +01:00
..
mlir [MLIR][STD] Fold trunci (zexti). 2021-03-27 19:40:10 +01:00
mlir-c [mlir] Register Linalg passes in C API and Python Bindings 2021-03-27 09:57:56 +01:00