[PATCH] D21809: [SystemZ] Add support for .insn and .word/.short/.long/.quad directives
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 02:43:16 PDT 2016
koriakin added inline comments.
================
Comment at: test/MC/SystemZ/directive-insn.s:10
@@ +9,3 @@
+#CHECK: c2 19 ab cd ef 01 afi %r1, -1412567295
+ .insn ril,0xc20900000000,%r1,0xabcdef01
+
----------------
Please cross-check this test with gas, this line (and some others) assembles differently...
http://reviews.llvm.org/D21809
More information about the llvm-commits
mailing list