summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reduce global namespace pollution. NFC.Benjamin Kramer2016-10-181-0/+1
| | | | llvm-svn: 284521
* X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.Vyacheslav Klochkov2016-08-111-0/+284
This helped to improved memory-folding and register coalescing optimizations. Also, this patch fixed the tracker #17229. Reviewer: Craig Topper. Differential Revision: https://reviews.llvm.org/D23108 llvm-svn: 278431
OpenPOWER on IntegriCloud