[PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates in integer arithmetic instructions.
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Mon Jun 29 12:54:20 PDT 2015
The code change itself LGTM.
Please change the test to use llvm-objdump.
================
Comment at: test/MC/ELF/relax-arith2.s:9
@@ +8,3 @@
+// CHECK: SectionData (
+// CHECK-NEXT: 0000: 666BDB80 666B1C25 00000000 7F6BDB00
+// CHECK-NEXT: 0010: 6B1C2500 00000001 486BDBFF 486B1C25
----------------
Can't you used llvm-objdump -d?
http://reviews.llvm.org/D10766
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list