[PATCH] D31908: [AntiDepBreaker] Don't rename callee saved register restore instruction
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 15:53:16 PDT 2017
kparzysz added a comment.
Ah, I remember---it was the reverse problem: renaming other register into a restored callee-saved register.
In any case, the problem that this patch is trying to fix still doesn't apply to Hexagon. We add all of the clobbered callee-saved register as implicit uses to the return instructions.
https://reviews.llvm.org/D31908
More information about the llvm-commits
mailing list