[llvm] [AMDGPU] Rename hasGFX12Enc to hasRestrictedSOffset in BUF definitions. NFC. (PR #83434)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 11:10:27 PST 2024
jayfoad wrote:
> I have only just noticed that there is a corresponding target feature called "hasRestrictedSOffset". Should I rename that too?
After some more discussion I settled on a simpler patch that changes the tablegen argument name to match this subtarget feature.
https://github.com/llvm/llvm-project/pull/83434
More information about the llvm-commits
mailing list