[PATCH] D11817: Enable Shrink Wrapping for PPC64.
Kit Barton via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 08:19:27 PDT 2015
kbarton 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() &&
----------------
hfinkel wrote:
> 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.
>
I've made these changed and posted in a new review: http://reviews.llvm.org/D12293
http://reviews.llvm.org/D11817
More information about the llvm-commits
mailing list