[PATCH] D72916: [JumpThreading] Reduce duplicate threshold at Oz
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 13:25:21 PST 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Aye, looks good. I'm not sure the Threshold being passed to the JumpThread pass is really serving anyone at the moment, but best to keep it around.
We only have ARM/AArch64size results, but I think at this level these changes will be more about general code structure than individual architecture details. If now, we can add a target hook in.
LGTM. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72916/new/
https://reviews.llvm.org/D72916
More information about the llvm-commits
mailing list