[PATCH] D41463: [CodeGen] Add a new pass to sink Copy instructions after RA
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 08:07:45 PST 2018
junbuml added a comment.
> The change to ifcvt-no-branch-predictor.ll looks OK to me, though this patch doesn't apply cleanly to latest trunk (and also has test failures, including in ifcvt-no-branch-predictor.ll). It looks like the cause of that is that https://reviews.llvm.org/D41835 has been reverted in r325421.
Thanks John for the review. As I expect https://reviews.llvm.org/D41835 is recommitted soon, I will defer rebasing it for now.
https://reviews.llvm.org/D41463
More information about the llvm-commits
mailing list