[PATCH] D95586: [ARM] permit PC as destination of MOVS
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 11:57:44 PST 2021
nickdesaulniers added a comment.
In fact, of:
movs pc, r1
movs pc, r1, lsl r2
movs pc, #0x10000
GNU objdump only warns with `<UNPREDICTABLE>` for the second form (for this patch). That seems like good justification for removing the test from the kernel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95586/new/
https://reviews.llvm.org/D95586
More information about the llvm-commits
mailing list