[llvm] AMDGPU: Flat instructions do not have signed offsets (PR #95852)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 00:18:19 PDT 2024


https://github.com/jayfoad approved this pull request.

> Flat instructions do not have signed offsets

They do in GFX12. "Signed" was a terrible way to name these patterns. They should be named after the instruction variants that they apply to.

Anyway patch LGTM.

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


More information about the llvm-commits mailing list