[llvm] [AMDGPU][True16][CodeGen] update waitcnt for true16 (PR #128927)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 22:02:49 PST 2025
================
@@ -64,6 +64,8 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
bool hasReg() { return VGPR != 0; }
};
+ const GCNSubtarget &getSubtarget() const { return ST; }
----------------
arsenm wrote:
Shouldn't need this, the pass already has the subtarget
https://github.com/llvm/llvm-project/pull/128927
More information about the llvm-commits
mailing list