[llvm] [SPIRV] Expand RWBuffer load and store from HLSL (PR #122355)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 09:21:19 PST 2025


https://github.com/Keenuts commented:

LGTM overall.
I wonder how optimizations will do with this IR (is the getpointer considered to have a side-effect to prevent moving it? and other transforms like reg2mem), but we might want to start with this, and then see how it breaks.

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


More information about the llvm-commits mailing list