summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll
Commit message (Collapse)AuthorAgeFilesLines
* Allow vector fsub ops with constants to get the same optimizations as scalars.Sanjay Patel2014-09-051-0/+23
This problem is bigger than just fsub, but this is the minimum fix to solve fneg for PR20556 ( http://llvm.org/bugs/show_bug.cgi?id=20556 ), and we solve zero subtraction with the same change. llvm-svn: 217286
OpenPOWER on IntegriCloud