[Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)

Tom Eccles llvmlistbot at llvm.org
Wed Mar 12 07:43:12 PDT 2025


tblah wrote:

Thanks for taking a look Kiran.

I don't think we can do nontemporal(%18) because %18 is not defined at the point it is being reffered to here. But we could have a flang pass which adds a non-temporal attribute to fir.load and fir.store, and that attribute could be propagated to the llvm operation.

https://github.com/llvm/llvm-project/pull/118751


More information about the Mlir-commits mailing list