summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_fabs.ll
Commit message (Expand)AuthorAgeFilesLines
* This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber2016-12-281-2/+2
* [X86][SSE][AVX-512] Convert FAND/FOR/FXOR/FANDN nodes to integer operations i...Craig Topper2016-12-181-20/+34
* [X86] Add EVEX encoded VBROADCASTSS/SD and VPBROADCASTD/Q to execution domain...Craig Topper2016-09-291-2/+2
* [AVX-512] Add more patterns for masked and broadcasted logical operations whe...Craig Topper2016-09-021-8/+4
* Make vec_fabs.ll pass with MSVC 2013Reid Kleckner2016-08-291-4/+7
* [X86] Don't lower FABS/FNEG masking directly to a ConstantPool load. Just cre...Craig Topper2016-08-291-36/+106
* [AVX-512] Add 512-bit fabs tests with and without AVX512DQ.Craig Topper2016-08-291-4/+84
* [X86] Remove the Fv packed logical operation alias instructions. Replace them...Craig Topper2016-08-091-6/+6
* [X86][SSE] Regenerated vector float tests - fabs / floor(etc.) / fneg / float...Simon Pilgrim2016-04-011-25/+66
* VX-512: Fixed a bug in FP logic operation loweringElena Demikhovsky2015-12-071-1/+1
* fix invalid load folding with SSE/AVX FP logical instructions (PR22371)Sanjay Patel2015-07-281-2/+2
* fixed to test features, not CPUsSanjay Patel2015-02-111-1/+1
* Improved test cases that were added with r214892.Sanjay Patel2014-08-051-6/+6
* Optimize vector fabs of bitcasted constant integer values.Sanjay Patel2014-08-051-15/+32
* [x86] Fix the test case added in r214670 and tweaked in r214674 further.Chandler Carruth2014-08-041-13/+11
* Account for possible leading '.' in label string.Sanjay Patel2014-08-031-2/+2
* fix for PR20354 - Miscompile of fabs due to vectorizationSanjay Patel2014-08-031-5/+27
* Add support for lowering FABS of vector types.Craig Topper2012-09-081-0/+38
OpenPOWER on IntegriCloud