llvm-6502/lib/Transforms
Dan Gohman e54aba5fa9 Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
it may round differently. This fixes PR4374.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73243 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-12 19:23:25 +00:00
..
Hello
Instrumentation
IPO Give Instruction::isSameOperationAs a corresponding comment to note 2009-06-12 19:03:05 +00:00
Scalar Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because 2009-06-12 19:23:25 +00:00
Utils Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
Makefile I should definitely read make docs someday :( 2009-03-11 20:40:15 +00:00