[PATCH] D17294: Fix for PR 26500

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 09:52:13 PST 2016


qcolombet added a subscriber: qcolombet.

================
Comment at: lib/Target/PowerPC/PPCFrameLowering.cpp:605
@@ +604,3 @@
+  BitVector BV = RS.getRegsAvailable(Subtarget.isPPC64() ? &PPC::G8RCRegClass :
+                                     &PPC::GPRCRegClass);
+
----------------
Don’t know if you want to fix this while you are here, but you’ll need to keep only scratch registers in the returned set.
See Tim’s comment in http://reviews.llvm.org/D17350 for more details.


Repository:
  rL LLVM

http://reviews.llvm.org/D17294





More information about the llvm-commits mailing list