[PATCH] D14142: [2/4] Allow SP in rGPR, starting from ARMv8 (assembly)

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 04:09:36 PDT 2015


tyomitch added inline comments.

================
Comment at: test/MC/ARM/basic-thumb2-instructions-v8.s:27
@@ -26,1 +26,3 @@
 
+@ Can accept SP as rGPR
+        sbc.w r6, r3, sp, asr #16
----------------
rengolin wrote:
> ... in ARMv8 only
Well, the test has "v8" in the filename, and "@ New ARMv8 T32 encodings" as the very first line, so naturally, all of the test cases are ARMv8-specific.


http://reviews.llvm.org/D14142





More information about the llvm-commits mailing list