mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Commutative ops were previously folded with a special rule in `OperationFolder`. This change turns the folding into a proper `OpTrait` folder. Differential Revision: https://reviews.llvm.org/D155687
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.