summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_fabs.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2016-12-28This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber
2016-12-18[X86][SSE][AVX-512] Convert FAND/FOR/FXOR/FANDN nodes to integer operations i...Craig Topper
2016-09-29[X86] Add EVEX encoded VBROADCASTSS/SD and VPBROADCASTD/Q to execution domain...Craig Topper
2016-09-02[AVX-512] Add more patterns for masked and broadcasted logical operations whe...Craig Topper
2016-08-29Make vec_fabs.ll pass with MSVC 2013Reid Kleckner
2016-08-29[X86] Don't lower FABS/FNEG masking directly to a ConstantPool load. Just cre...Craig Topper
2016-08-29[AVX-512] Add 512-bit fabs tests with and without AVX512DQ.Craig Topper
2016-08-09[X86] Remove the Fv packed logical operation alias instructions. Replace them...Craig Topper
2016-04-01[X86][SSE] Regenerated vector float tests - fabs / floor(etc.) / fneg / float...Simon Pilgrim
2015-12-07VX-512: Fixed a bug in FP logic operation loweringElena Demikhovsky
2015-07-28fix invalid load folding with SSE/AVX FP logical instructions (PR22371)Sanjay Patel
2015-02-11fixed to test features, not CPUsSanjay Patel
2014-08-05Improved test cases that were added with r214892.Sanjay Patel
2014-08-05Optimize vector fabs of bitcasted constant integer values.Sanjay Patel
2014-08-04[x86] Fix the test case added in r214670 and tweaked in r214674 further.Chandler Carruth
2014-08-03Account for possible leading '.' in label string.Sanjay Patel
2014-08-03fix for PR20354 - Miscompile of fabs due to vectorizationSanjay Patel
2012-09-08Add support for lowering FABS of vector types.Craig Topper