mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Applying the canonicalizer and CSE in an interleaved fashion is useful after bufferization (and maybe other transforms) to fold away self copies. Differential Revision: https://reviews.llvm.org/D155933
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.