https://bugs.llvm.org/show_bug.cgi?id=24308
Nirav Dave <nir...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |nir...@google.com
--- Comment #1 from Nirav Dave <nir...@google.com> ---
This appears to have been caused by not fully folding the constant in the
address. Dumping to assembly results in
vpaddd 12(%rdi,%rax), %xmm0, %xmm0 # encoding: [0xc5,0xf9,0xfe,0x44,0x07,0x0c]
vpaddd 12(%rdi,%rax), %xmm0, %xmm0 # encoding: [0xc5,0xf9,0xfe,0x44,0x07,0x0c]
vpaddd 12(%rdi,%rax), %xmm0, %xmm0 # encoding: [0xc5,0xf9,0xfe,0x44,0x07,0x0c]
vpaddd 16-4(%rdi,%rax), %xmm0, %xmm0 #
encoding:[0xc5,0xf9,0xfe,0x84,0x07,A,A,A,A]
# fixup A - offset: 5, value: 16-4,
kind: reloc_signed_4byte
This was fixed after the 5 release sometime.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs