summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fp-logic-replace.ll
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-12/+12
* [x86] regenerate checks with update_llc_test_checks.pySanjay Patel2017-06-121-1/+1
* This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber2016-12-281-8/+4
* [AVX-512] Make sure VLX is also enabled before using EVEX encoded logic ops f...Craig Topper2016-12-181-1/+1
* [AVX-512] Use EVEX encoded logic operations for scalar types when they are av...Craig Topper2016-12-171-4/+4
* [AVX-512] Update scalar logic test to show missed opportunity to use EVEX enc...Craig Topper2016-12-171-19/+40
* [x86] fold fand (fxor X, -1) Y --> fandn X, YSanjay Patel2016-12-051-6/+3
* [x86] allow FP-logic ops when one operand is FP and result is FPSanjay Patel2016-11-161-10/+6
* [x86] add fake scalar FP logic instructions to ReplaceableInstrs to save some...Sanjay Patel2016-11-161-9/+9
* [x86] add tests for FP-logic equivalent instruction replacementSanjay Patel2016-11-151-0/+91
OpenPOWER on IntegriCloud