[llvm] r297492 - [SelectionDAG] Add support for BUILD_VECTOR to ComputeNumSignBits
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 04:12:43 PDT 2017
Hello,
I believe this is causing problems with neon code. I've put together a reproducer, apologies if it's a bit long, it's reduced from auto generated code. From what I understand, it should be (and used to) print:
00000000ffffffff 564c00000000ffff 000000000000ffff
but now prints:
00000000ffffffff 564c00000000ffff 0000000000000001
Let me know if a longer version is needed or any other way I can help.
Cheers
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/fd319411/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reduce.c
Type: text/x-csrc
Size: 6772 bytes
Desc: reduce.c
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/fd319411/attachment.c>
More information about the llvm-commits
mailing list