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

A. Skrobov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 00:17:33 PDT 2017


tyomitch added inline comments.


================
Comment at: test/CodeGen/Thumb/long.ll:229
+; CHECK: adds
+; CHECK: adcs
+; CHECK: bl
----------------
efriedma wrote:
> "; CHECK-NEXT: adcs", so nothing slips between.
There's actually `push {r4}; pop {r1}` between these two; but the other two aren't separated, so I'll change the other `CHECK: adcs` to `CHECK-NEXT`.



https://reviews.llvm.org/D31815





More information about the llvm-commits mailing list