[Mlir-commits] [mlir] [OpenMP Dialect] Add omp.canonical_loop operation. (PR #65380)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 7 09:10:40 PDT 2023
shraiysh wrote:
Thank you for the discussion in the call @jsjodin @kiranchandramohan @Meinersbur! This patch is open for review now.
> in what cases would we want to apply a transformation, but not replace the original loop with it?
This is a good point. I don't think there will be a case like this, so we can assume that these operations modify the loops in-place.
https://github.com/llvm/llvm-project/pull/65380
More information about the Mlir-commits
mailing list