Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp
Krzysztof Drewniak 3b0f506c87 [AMDGPU] Support nuw and nusw in buffer fat pointer lowering (#115039)
This commit usis the `nuw` flag on `getelemnetptr` to set the `nuw` flag
on buffer offset additions, and also moves from `inbounds` to the looser
`nusw` for the existing case.
2024-11-06 11:42:47 -06:00

70 KiB