mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Add the supporting OpenMP Dialect operations, types, and interfaces for modelling MLIR Operations: * omp.newcli * omp.canonical_loop MLIR Types: * !omp.cli MLIR Interfaces: * LoopTransformationInterface As a first loop transformations to be able to use these new operation in follow-up PRs (#144785) * omp.unroll_heuristic
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.