[PATCH] D64090: [Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 12:23:51 PDT 2019
efriedma added inline comments.
================
Comment at: test/CodeGen/ARM/inc-of-add.ll:528
+; THUMB6-NEXT: sbcs r3, r4
+; THUMB6-NEXT: pop {r4, r5, r7, pc}
;
----------------
Before we treat vectors differently from scalars, should we check the vector is actually legal?
In this case, we actually save an instruction (Thumb1 doesn't support adc with immediate), but that seems unintended.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64090/new/
https://reviews.llvm.org/D64090
More information about the llvm-commits
mailing list