summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fp-logic.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner] Expand combining of FP logical ops to sign-setting FP opsNemanja Ivanovic2018-10-091-4/+2
* [AArch64][x86] add tests for bitcasted fnabs; NFCSanjay Patel2018-10-091-0/+46
* [DAGCombiner] allow undef elts in vector fabs/fneg matchingSanjay Patel2018-10-071-6/+4
* [x86] add tests for FP logic folding for vectors with undefs; NFC Sanjay Patel2018-10-071-0/+26
* [X86][SSE] Add additional fadd/fsub(x, bitcast_fneg(y)) tests with different ...Simon Pilgrim2018-09-071-0/+26
* [DAGCombiner] foldBitcastedFPLogic - Add basic vector supportSimon Pilgrim2018-09-071-4/+2
* [X86][SSE] Add fadd/fsub(x, bitcast_fneg(y)) testsSimon Pilgrim2018-09-071-0/+49
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-21/+21
* [x86] regenerate checks with update_llc_test_checks.pySanjay Patel2017-06-121-22/+1
* [X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim2016-12-151-1/+1
* [X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer...Simon Pilgrim2016-12-071-3/+3
* [x86] allow FP-logic ops when one operand is FP and result is FPSanjay Patel2016-11-161-12/+6
* [x86] add fake scalar FP logic instructions to ReplaceableInstrs to save some...Sanjay Patel2016-11-161-1/+1
* [x86] regenerate checks; NFCSanjay Patel2016-11-151-18/+19
* [X86] Remove the Fv packed logical operation alias instructions. Replace them...Craig Topper2016-08-091-1/+1
* [x86] enable bitcasted fabs/fneg transformsSanjay Patel2016-06-101-4/+2
* [x86] add tests to show current codegen for obscured fneg/fabsSanjay Patel2016-05-041-0/+50
* [x86] replace integer logic ops with packed SSE FP logic opsSanjay Patel2015-10-271-18/+12
* add FP logic test cases to show current codegen (PR22428)Sanjay Patel2015-10-261-0/+60
* [x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating o...Sanjay Patel2015-09-231-4/+1
* [x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on ...Sanjay Patel2015-09-231-4/+1
* [x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating o...Sanjay Patel2015-09-231-11/+4
* add test file ahead of any functional changes for PR22428Sanjay Patel2015-09-201-0/+223
OpenPOWER on IntegriCloud