[llvm] [MISched] Extend overridePostRASchedPolicy to support per-function scheduling direction (PR #149297)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 09:33:56 PDT 2025


================
@@ -1015,11 +1015,10 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
   static bool hasHalfRate64Ops(const TargetSubtargetInfo &STI);
 
   // XXX - Why is this here if it isn't in the default pass set?
-  bool enableEarlyIfConversion() const override {
-    return true;
-  }
+  bool enableEarlyIfConversion() const override { return true; }
----------------
mshockwave wrote:

do not format unrelated code.

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


More information about the llvm-commits mailing list