[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


================
@@ -166,11 +166,12 @@ PPCGenSubtargetInfo::AntiDepBreakMode PPCSubtarget::getAntiDepBreakMode() const
 
 void PPCSubtarget::getCriticalPathRCs(RegClassVector &CriticalPathRCs) const {
   CriticalPathRCs.clear();
-  CriticalPathRCs.push_back(isPPC64() ?
-                            &PPC::G8RCRegClass : &PPC::GPRCRegClass);
+  CriticalPathRCs.push_back(isPPC64() ? &PPC::G8RCRegClass
----------------
mshockwave wrote:

do not format unrelated code. Please use `git-clang-format` instead of clang-format the entire file.

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


More information about the llvm-commits mailing list