[PATCH] D31815: [Thumb1] The recently added tADCS and tSBCS pseudo-instructions were missing `Uses = [CPSR]`

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 12:52:12 PDT 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM, with one minor comment.



================
Comment at: test/CodeGen/Thumb/long.ll:229
+; CHECK: adds
+; CHECK: adcs
+; CHECK: bl
----------------
"; CHECK-NEXT: adcs", so nothing slips between.


https://reviews.llvm.org/D31815





More information about the llvm-commits mailing list