[Mlir-commits] [mlir] [mlir][OpenMP] Implement the ConvertToLLVMPatternInterface (PR #101997)
Fabian Mora
llvmlistbot at llvm.org
Mon Aug 5 09:24:02 PDT 2024
fabianmcg wrote:
@kiranchandramohan I can do an RFC.
However, I didn't think there was a need because this is a pretty small and trivial change. Many upstream dialects
already implement this interface, for example: `arith, complex, cf, func, index, nvvm, math, memref, ub`. Also, most dialects that don't have it, is simply because no one has implemented it.
This interface simply removes the necessity of invoking `convert-openmp-to-llvm` in production pipelines and allows using instead `convert-to-llvm`.
https://github.com/llvm/llvm-project/pull/101997
More information about the Mlir-commits
mailing list