[flang-commits] [flang] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Apr 25 03:11:22 PDT 2025
================
@@ -81,6 +81,13 @@ def DoConcurrentConversionPass : Pass<"omp-do-concurrent-conversion", "mlir::fun
];
}
+def LowerNontemporalPass : Pass<"lower-nontemporal", "mlir::func::FuncOp"> {
----------------
kiranchandramohan wrote:
Theoretically, it could be inside one of the declaration operations (Private, Reduction operations).
BTW, why was this change not made?
https://github.com/llvm/llvm-project/pull/118751
More information about the flang-commits
mailing list