Issue 77156
Summary [mlir][spirv] Retain nontemporal information when converting memref load/store
Labels good first issue, mlir:spirv
Assignees
Reporter antiagainst
    At the moment when we convert `memref.load`/`memref.store` we ignore the `nontemporal` attribute there. We should fix this to carry it to the `spirv.Load`/`spirv.Store` memory operands. And also make sure (de)serialization recognizes it.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to