summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-logic-replace.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-06-12[x86] regenerate checks with update_llc_test_checks.pySanjay Patel
2016-12-28This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber
2016-12-18[AVX-512] Make sure VLX is also enabled before using EVEX encoded logic ops f...Craig Topper
2016-12-17[AVX-512] Use EVEX encoded logic operations for scalar types when they are av...Craig Topper
2016-12-17[AVX-512] Update scalar logic test to show missed opportunity to use EVEX enc...Craig Topper
2016-12-05[x86] fold fand (fxor X, -1) Y --> fandn X, YSanjay Patel
2016-11-16[x86] allow FP-logic ops when one operand is FP and result is FPSanjay Patel
2016-11-16[x86] add fake scalar FP logic instructions to ReplaceableInstrs to save some...Sanjay Patel
2016-11-15[x86] add tests for FP-logic equivalent instruction replacementSanjay Patel