[Mlir-commits] [mlir] [OpenMP Dialect] Add omp.canonical_loop operation. (PR #65380)

Jan Leyonberg llvmlistbot at llvm.org
Thu Sep 7 07:44:19 PDT 2023


jsjodin wrote:

Would the omp.canonical_loop, omp.tile etc live throughout the compilation, or would they be lowered early on in HLFIR/FIR? I am a suspicious that if these are present in the IR when running various MLIR transforms things could easily go wrong. Would it be possible to discover just the canonical loops late if they are needed for codegen going from MLIR->LLVM-IR?

https://github.com/llvm/llvm-project/pull/65380


More information about the Mlir-commits mailing list