Files
archived-llvm/lib/Transforms
Sanjay Patel 06426a9f21 [InstCombine] FP: Z - (X - Y) --> Z + (Y - X)
This restores what was lost with rL73243 but without
re-introducing the bug that was present in the old code.

Note that we already have these transforms if the ops are 
marked 'fast' (and I assume that's happening somewhere in
the code added with rL170471), but we clearly don't need 
all of 'fast' for these transforms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329362 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-05 23:21:15 +00:00
..
2018-04-04 11:45:11 +00:00
2018-04-04 11:45:11 +00:00
2018-04-03 17:48:14 +00:00