[PATCH] D11817: Enable Shrink Wrapping for PPC64.
hfinkel@anl.gov via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 08:28:58 PDT 2015
hfinkel added inline comments.
================
Comment at: lib/Target/PowerPC/PPCTargetMachine.cpp:383
@@ +382,3 @@
+
+bool PPCPassConfig::runShrinkWrap(const MachineFunction &Fn) const {
+ return (Fn.getSubtarget<PPCSubtarget>().isSVR4ABI() &&
----------------
This is also not the right place for this logic. Please address my feedback here:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20150810/292978.html
and then we can move forward with this.
http://reviews.llvm.org/D11817
More information about the llvm-commits
mailing list