[Mlir-commits] [mlir] [mlir][ptr] Add nontemporal field to ptr.masked_load (PR #204987)
lonely eagle
llvmlistbot at llvm.org
Mon Jun 22 06:42:00 PDT 2026
linuxlonelyeagle wrote:
> How does LLVM handles the lowering of such flag? The intrinsic on the lang ref doesn't seem to support it https://llvm.org/docs/LangRef.html#llvm-masked-load-intrinsics
You can see https://mlir.llvm.org/docs/Dialects/LLVM/#llvmintrmaskedload-llvmmaskedloadop.It have nontemporal attribute. Is there something wrong with the LLVM IR or LLVM dialect documentation?
https://github.com/llvm/llvm-project/pull/204987
More information about the Mlir-commits
mailing list