[Mlir-commits] [mlir] [MLIR][OpenMP] Add canonical loop LLVM-IR lowering (PR #147069)

Michael Kruse llvmlistbot at llvm.org
Wed Jul 30 03:00:18 PDT 2025


Meinersbur wrote:

Turns out only `CanonicalLoopInfo` needs to be also forward-declared. Although I still think there logically is a dependency of MLIRLLVMIRTransforms on the OpenMPBuilder (it is still be used in ModuleTranslation.cpp), we also want to only include-what-you-use in the header.

Applied here: #151300

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


More information about the Mlir-commits mailing list