[Mlir-commits] [mlir] [MLIR][OpenMP] Fix MLIR->LLVM value matching in privatization logic (PR #103718)
Leandro Lupori
llvmlistbot at llvm.org
Thu Aug 15 10:08:33 PDT 2024
https://github.com/luporl commented:
Given how translation from MLIR to LLVM can differ for distinct types, using the associated memory location to check if a translated MLIR value corresponds to the LLVM value being privatized seems a good approach to me.
https://github.com/llvm/llvm-project/pull/103718
More information about the Mlir-commits
mailing list