[PATCH] D31908: [AntiDepBreaker] Don't rename callee saved register restore instruction
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 17:11:48 PDT 2017
MatzeB added a comment.
In https://reviews.llvm.org/D31908#738932, @echristo wrote:
> FWIW this is fixing a wrong code case for Power.
Sure I guess wrong code beats performance. Though at some point you may just as well disable the AntiDepBreaker pass for improved correctness :)
https://reviews.llvm.org/D31908
More information about the llvm-commits
mailing list