[PATCH] D70680: [ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo N. Sampaio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 04:21:59 PST 2020
dnsampaio added a comment.
In D70680#1813841 <https://reviews.llvm.org/D70680#1813841>, @dnsampaio wrote:
> Looking into `CodeGen/Thumb2/thumb2-mov.ll` test failure.
Seems like a peephole optimizer inverting the two operands, without validating their register types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70680/new/
https://reviews.llvm.org/D70680
More information about the llvm-commits
mailing list