[PATCH] D57942: [ARM] Add v8m.base pattern for add negative imm
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 04:42:26 PST 2019
samparker marked an inline comment as done.
samparker added inline comments.
================
Comment at: test/CodeGen/ARM/sub.ll:10
; CHECK: f1
-; CHECK-LE: subs r0, r0, #171
+; CHECK-LE: subs{{.*}} r0, #171
; CHECK-LE: sbc r1, r1, #0
----------------
fhahn wrote:
> Why is this change and the similar ones needed?
because we're testing arm and thumb code, where we maybe using the destructive form.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57942/new/
https://reviews.llvm.org/D57942
More information about the llvm-commits
mailing list