mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
These two headers both contained a strange mix of definitions related to both patterns and non-pattern transforms. Put patterns and "populate" functions into Patterns.h and standalone transforms into Transforms.h. Depends On: D155223 Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D155454
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.