aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCDisassembler/Disassembler.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-09-01 19:01:47 +0000
committerSanjay Patel <spatel@rotateright.com>2014-09-01 19:01:47 +0000
commit601492a3e37e62d26dc9692d03b50ed11445be5b (patch)
tree3d85d60e225da8709d60d0444df39affc8164ad1 /llvm/lib/MC/MCDisassembler/Disassembler.cpp
parent9676a2bc47e0e32e451eb29a4b4bfdc9826843a9 (diff)
downloadllvm-601492a3e37e62d26dc9692d03b50ed11445be5b.zip
llvm-601492a3e37e62d26dc9692d03b50ed11445be5b.tar.gz
llvm-601492a3e37e62d26dc9692d03b50ed11445be5b.tar.bz2
Use an integer constant for FABS / FNEG (x86).
This change will ease refactoring LowerFABS() and LowerFNEG() since they have a lot of overlap. Remove the creation of a floating point constant from an integer because it's going to be used for a bitwise integer op anyway. No change to codegen expected, but the verbose comment string for asm output may change from float values to hex (integer), depending on whether the constant already exists or not. Differential Revision: http://reviews.llvm.org/D5052 llvm-svn: 216889
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions