[PATCH] [AArch64] Fix miscompile of comparison with 0xffffffffffffffff

Oliver Stannard oliver.stannard at arm.com
Thu Oct 30 02:36:50 PDT 2014


Some literals in the AArch64 backend had 15 'f's rather than 16, causing comparisons with a constant 0xffffffffffffffff to be miscompiled.

http://reviews.llvm.org/D6032

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/cmp-const-max.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6032.15561.patch
Type: text/x-patch
Size: 2139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141030/cc914c73/attachment.bin>


More information about the llvm-commits mailing list