index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
SLPVectorizer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SLPVectorizer] Update file missed in rL356913
Simon Pilgrim
2019-03-25
1
-5
/
+5
*
[SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...
Simon Pilgrim
2019-03-25
43
-148
/
+148
*
[X86][SLP] Show example of failure to uniformly commute splats for 'alt' shuf...
Simon Pilgrim
2019-03-23
1
-0
/
+38
*
[SLP] fix variables names in test; NFC
Sanjay Patel
2019-03-22
1
-168
/
+168
*
[SLPVectorizer] Add test related to SLP Throttling support, NFCI.
Dinar Temirbulatov
2019-03-22
1
-0
/
+37
*
[SLP] Fix invalid triple in X86 tests
Florian Hahn
2019-03-05
2
-30
/
+37
*
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
Simon Pilgrim
2019-02-25
1
-972
/
+730
*
[SLPVectorizer][X86] Add fixed smul/umul tests
Simon Pilgrim
2019-02-25
1
-0
/
+2007
*
[SLPVectorizer][X86] Add add/sub/mul overflow tests
Simon Pilgrim
2019-02-20
6
-0
/
+7524
*
Temporarily Revert "[X86][SLP] Enable SLP vectorization for 128-bit horizonta...
Eric Christopher
2019-02-20
27
-806
/
+758
*
[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (...
Anton Afanasyev
2019-02-13
27
-758
/
+806
*
[TTI] Add generic SADDSAT/SSUBSAT costs
Simon Pilgrim
2019-01-27
2
-200
/
+344
*
[PowerPC] Update Vector Costs for P9
Nemanja Ivanovic
2019-01-26
1
-0
/
+39
*
[TTI] Add generic UADDSAT/USUBSAT costs
Simon Pilgrim
2019-01-24
2
-276
/
+168
*
[CostModel][X86] Add explicit vector select costs
Simon Pilgrim
2019-01-20
2
-94
/
+120
*
[CostModel][X86] Add explicit fcmp costs for pre-SSE42 targets
Simon Pilgrim
2019-01-20
1
-297
/
+73
*
[SLP] Fix PR40310: The reduction nodes should stay scalar.
Alexey Bataev
2019-01-16
2
-98
/
+186
*
[SLP] Added test for PR40310, NFC.
Alexey Bataev
2019-01-15
1
-0
/
+97
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
1
-100
/
+260
*
[SLP][X86] Split prefer-256-bit 'AVX256BW' tests from AVX2 checks
Simon Pilgrim
2019-01-15
4
-28
/
+28
*
Update GettingStarted guide to recommend that people use the new
James Y Knight
2019-01-14
2
-2
/
+2
*
[SLP]Moved NVPTX test under NVPTX directory, NFC.
Alexey Bataev
2019-01-11
1
-0
/
+0
*
[SLP]Update test checks for the SPL vectorizer, NFC.
Alexey Bataev
2019-01-11
81
-692
/
+3578
*
[SLPVectorizer] Flag ADD/SUB SSAT/USAT intrinsics trivially vectorizable (PR4...
Simon Pilgrim
2019-01-03
4
-1544
/
+300
*
[SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
Simon Pilgrim
2019-01-03
4
-0
/
+4056
*
[CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max re...
Craig Topper
2018-12-10
1
-36
/
+54
*
[CostModel][X86] Fix overcounting arithmetic cost in illegal types in getArit...
Craig Topper
2018-12-07
2
-344
/
+83
*
Add common check prefix. NFCI.
Simon Pilgrim
2018-12-04
1
-177
/
+89
*
[TTI] Reduction costs only need to include a single extract element cost (REA...
Simon Pilgrim
2018-12-01
4
-301
/
+188
*
[X86] Split skylake-avx512 run lines in SLP vectorizer tests to cover -mprefe...
Craig Topper
2018-11-30
14
-368
/
+493
*
[SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev
2018-11-30
4
-6
/
+95
*
[SLP]Fix PR39774: Set ReductionRoot if the original instruction is vectorized.
Alexey Bataev
2018-11-28
1
-0
/
+108
*
Revert "[TTI] Reduction costs only need to include a single extract element c...
Fedor Sergeev
2018-11-26
3
-133
/
+282
*
[TTI] Reduction costs only need to include a single extract element cost
Simon Pilgrim
2018-11-15
3
-282
/
+133
*
[SLPVectorizer][X86] Regenerate reduction minmax tests and cleanup check pref...
Simon Pilgrim
2018-11-15
1
-659
/
+272
*
[SLPVectorizer][X86] Regenerate reduction tests and add PR37731 test
Simon Pilgrim
2018-11-15
1
-210
/
+196
*
[CostModel][X86] SK_ExtractSubvector is free if the subvector is at the start...
Simon Pilgrim
2018-11-09
1
-1
/
+1
*
[CostModel][X86] Add realistic vXi64 uitofp vXf64 costs
Simon Pilgrim
2018-10-25
1
-138
/
+39
*
[CostModel][X86] Add realistic i64 uitofp f64 scalar costs
Simon Pilgrim
2018-10-25
1
-43
/
+73
*
[SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductions
Simon Pilgrim
2018-10-23
1
-51
/
+54
*
[SLPVectorizer][X86] Add mul/and/or/xor unrolled reduction tests
Simon Pilgrim
2018-10-20
1
-7
/
+351
*
[SLPVectorizer] regenerate test checks; NFC
Sanjay Patel
2018-10-20
1
-30
/
+31
*
[SLPVectorizer] Check that lowered type is floating point before calling isFa...
Sam Clegg
2018-10-09
1
-0
/
+29
*
Fix vectorization of canonicalize
Matt Arsenault
2018-09-17
1
-0
/
+17
*
SLPVectorizer: Fix assert with different sized address spaces
Matt Arsenault
2018-08-31
1
-0
/
+149
*
[SLP] Fix insert point for reused extract instructions.
Alexey Bataev
2018-08-07
1
-0
/
+95
*
[SLP] Fix PR38339: Instruction does not dominate all uses!
Alexey Bataev
2018-07-31
1
-0
/
+29
*
[SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x})<nuw><nsw> transform
Roman Tereshin
2018-07-25
1
-0
/
+162
*
[SLPVectorizer] Don't attempt horizontal reduction on pointer types (PR38191)
Simon Pilgrim
2018-07-17
1
-0
/
+128
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-13
1
-76
/
+289
[prev]
[next]