[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
Sun Apr 27 23:44:50 PDT 2025
================
@@ -81,6 +81,13 @@ def DoConcurrentConversionPass : Pass<"omp-do-concurrent-conversion", "mlir::fun
];
}
+def LowerNontemporalPass : Pass<"lower-nontemporal", "mlir::func::FuncOp"> {
----------------
kaviya2510 wrote:
Thanks, Tom!
@kiranchandramohan -- Tom has covered all the points here.
https://github.com/llvm/llvm-project/pull/118751
More information about the flang-commits
mailing list