[PATCH] D38128: Handle COPYs of physregs better (regalloc hints)
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 04:57:55 PST 2018
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
Hi Jonas, I've regenerated the tests in https://reviews.llvm.org/rL325770 and the changes seem ok. The main difference I'm seeing is some moves are being eliminated, but in a few cases in test/CodeGen/Mips/analyzebranch.ll the earlier move prevents a delay slot being filled but otherwise looks ok.
https://reviews.llvm.org/differential/diff/135383 is my local copy of this patch against the regenerated tests.
https://reviews.llvm.org/D38128
More information about the llvm-commits
mailing list