================
@@ -759,13 +500,11 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
   // FLAT GLOBAL VOffset is signed
   bool hasSignedGVSOffset() const { return HasGFX1250Insts; }
 
-  bool enableSIScheduler() const { return EnableSIScheduler; }
-
   bool loadStoreOptEnabled() const { return EnableLoadStoreOpt; }
 
-  bool hasUserSGPRInit16Bug() const {
-    return HasUserSGPRInit16Bug && isWave32();
-  }
+  // bool hasUserSGPRInit16Bug() const {
----------------
shiltian wrote:

The tricky part is the name. I'm not sure what I should rename them such that 
they can be representative and look "fitted" as well.

https://github.com/llvm/llvm-project/pull/177402
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to