[flang-commits] [flang] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Kaviya Rajendiran via flang-commits
flang-commits at lists.llvm.org
Mon Apr 21 07:29:59 PDT 2025
kaviya2510 wrote:
Hi @tblah , I have addressed all your review comments. The latest patch includes the following changes:
1. Added nontemporal attribute to fir.load and fir.store op in FIR dialect.
2. Marked the corresponding load and store operations as nontemporal using the setNontemporal() utility function at the FIR level.
3. Applied the "lower-nontemporal" pass just before FIRToLLVM conversion pass.
https://github.com/llvm/llvm-project/pull/118751
More information about the flang-commits
mailing list