[Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Kaviya Rajendiran
llvmlistbot at llvm.org
Wed Mar 12 01:56:38 PDT 2025
kaviya2510 wrote:
I have implemented a callback function in Flang to add metadata for the nontemporal clause and handled the translation . Currently, I am passing an empty function as the default argument for the callback. Clang utilizes this for now, and it will be replaced by Clang's implementation in the future.
https://github.com/llvm/llvm-project/pull/118751
More information about the Mlir-commits
mailing list