summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll
Commit message (Collapse)AuthorAgeFilesLines
* optimize vector fneg of bitcasted integer valueSanjay Patel2014-08-141-48/+0
| | | | | | | | | | This patch allows a vector fneg of a bitcasted integer value to be optimized in the same way that we already optimize a scalar fneg. If the integer variable is a constant, we can precompute the result and not require any logic ops. This patch is very similar to a fabs patch committed at r214892. Differential Revision: http://reviews.llvm.org/D4852 llvm-svn: 215646
* Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)Anton Korobeynikov2009-10-201-0/+48
transform. llvm-svn: 84683
OpenPOWER on IntegriCloud