summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CostModel/X86/reduce-and.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Lower the cost of avx512 horizontal bool and/or reductions to 2*log2(bi...Craig Topper2019-11-041-21/+21
* Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...Craig Topper2019-08-071-5/+5
* Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."Mitch Phillips2019-08-061-5/+5
* [X86] Enable -x86-experimental-vector-widening-legalization by default.Craig Topper2019-08-051-5/+5
* Improve reduction intrinsics by overloading result value.Sander de Smalen2019-06-131-254/+254
* [CostModel][X86] Add bool anyof/allof reduction costsSimon Pilgrim2019-04-171-46/+24
* [CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...Craig Topper2018-12-071-72/+72
* [X86] Remove -costmodel-reduxcost=true from the experimental vector reduction...Craig Topper2018-12-051-8/+8
* [X86] Add more cost model tests for vector reductions with narrow vector type...Craig Topper2018-12-051-0/+30
* [TTI] Reduction costs only need to include a single extract element cost (REA...Simon Pilgrim2018-12-011-172/+172
* Revert "[TTI] Reduction costs only need to include a single extract element c...Fedor Sergeev2018-11-261-172/+172
* [TTI] Reduction costs only need to include a single extract element costSimon Pilgrim2018-11-151-172/+172
* [CostModel][X86] SK_ExtractSubvector is free if the subvector is at the start...Simon Pilgrim2018-11-091-72/+72
* [TTI] Fix uses of SK_ExtractSubvector shuffle costs (PR39368)Simon Pilgrim2018-10-301-98/+195
* [CostModel][X86] Add integer vector reduction cost testsSimon Pilgrim2018-10-201-0/+273
OpenPOWER on IntegriCloud