[Mlir-commits] [mlir] [MLIR][XeVM] Add lowering for llvm load store ops with XeVM cache control (PR #156768)
Artem Kroviakov
llvmlistbot at llvm.org
Thu Sep 4 01:10:04 PDT 2025
https://github.com/akroviakov commented:
Basically, we say that llvm dialect's `nontemporal` and `volatile` are not enough to cover our load/store caching options, so at `***-to-xevm` we have inject a custom attribute (which is the same as we have for xevm block ops) to llvm's load/store? Looks fine to me.
https://github.com/llvm/llvm-project/pull/156768
More information about the Mlir-commits
mailing list