[llvm] [AMDGPU][True16][CodeGen] update waitcnt for true16 (PR #128927)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 12:57:25 PST 2025


================
@@ -64,6 +64,8 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
     bool hasReg() { return VGPR != 0; }
   };
 
+  const GCNSubtarget &getSubtarget() const { return ST; }
----------------
broxigarchen wrote:

removed

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


More information about the llvm-commits mailing list