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] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-0
/
+150
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-34
/
+32
*
[SLP] Add a test showing miscompilation in AltOpcode support
Andrei Elovikov
2020-01-23
1
-0
/
+131
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
4
-4
/
+4
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
5
-5
/
+5
*
[SLP]Fix test arguments, NFC.
Alexey Bataev
2019-12-19
1
-9
/
+5
*
[SLP]Added test for gathering reused extracts from narrow vector, NFC.
Alexey Bataev
2019-12-19
1
-0
/
+71
*
[SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Anton Afanasyev
2019-12-03
1
-48
/
+41
*
[x86] make SLM extract vector element more expensive than default
Sanjay Patel
2019-11-27
6
-843
/
+1302
*
[SLP] Enhance SLPVectorizer to vectorize vector aggregate
Anton Afanasyev
2019-11-22
1
-14
/
+11
*
[SLP][Test] Precommit tests for D70068 and D70587. NFC.
Anton Afanasyev
2019-11-22
1
-0
/
+288
*
Temporarily Revert "[SLP] allow forming 2-way reduction patterns" and update ...
Eric Christopher
2019-11-20
2
-19
/
+19
*
Temporarily Revert "Temporarily Revert "[SLP] allow forming 2-way reduction p...
Eric Christopher
2019-11-20
1
-10
/
+9
*
Temporarily Revert "[SLP] allow forming 2-way reduction patterns"
Eric Christopher
2019-11-20
1
-9
/
+10
*
[SLP] reduce duplicate CHECK lines in tests; NFC
Sanjay Patel
2019-11-20
1
-392
/
+208
*
[SLP] fix miscompile on min/max reductions with extra uses (PR43948) (2nd try)
Sanjay Patel
2019-11-19
2
-3
/
+3
*
[SLP] fix insertion point for min/max reduction
Sanjay Patel
2019-11-19
1
-1
/
+1
*
[SLP] add test for reduction miscompile; NFC
Sanjay Patel
2019-11-19
1
-0
/
+30
*
Temporarily revert "[SLP] fix miscompile on min/max reductions with extra use...
Eric Christopher
2019-11-18
2
-2
/
+2
*
[SLP] reduce duplicated check lines in tests; NFC
Sanjay Patel
2019-11-18
1
-313
/
+163
*
Revert "Temporarily Revert:"
Alexey Bataev
2019-11-14
20
-407
/
+875
*
[SLP] fix miscompile on min/max reductions with extra uses (PR43948)
Sanjay Patel
2019-11-13
2
-2
/
+2
*
[SLP] improve test readability; NFC
Sanjay Patel
2019-11-13
1
-6
/
+6
*
[SLP] add test for miscompile with reduction (PR43948); NFC
Sanjay Patel
2019-11-12
1
-0
/
+55
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-11-11
2
-91
/
+264
*
[SLP] allow forming 2-way reduction patterns
Sanjay Patel
2019-11-07
1
-10
/
+9
*
Temporarily Revert:
Eric Christopher
2019-11-06
20
-875
/
+407
*
[SLP] add tests for 2-wide reductions; NFC
Sanjay Patel
2019-11-05
1
-2
/
+115
*
[SLP]Fix PR43799: Crash on different sizes of GEP indices.
Alexey Bataev
2019-11-04
1
-0
/
+23
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-23
/
+23
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-50
/
+50
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-88
/
+87
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-31
3
-9
/
+111
*
Revert "[SLP] Vectorize jumbled stores."
Haojian Wu
2019-10-31
2
-7
/
+9
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-30
2
-9
/
+7
*
[SLP] Generalization of stores vectorization.
Alexey Bataev
2019-10-29
18
-403
/
+769
*
[SLP] avoid reduction transform on patterns that the backend can load-combine...
Sanjay Patel
2019-10-16
1
-52
/
+104
*
[CostModel][X86] Add CTLZ scalar costs
Simon Pilgrim
2019-10-14
1
-142
/
+160
*
[CostModel][X86] Add CTPOP scalar costs (PR43656)
Simon Pilgrim
2019-10-14
1
-22
/
+46
*
[CostModel][X86] Improve sum reduction costs.
Simon Pilgrim
2019-10-12
1
-1
/
+1
*
[SLP] respect target register width for GEP vectorization (PR43578)
Sanjay Patel
2019-10-09
3
-58
/
+60
*
[SLP] add test with prefer-vector-width function attribute; NFC (PR43578)
Sanjay Patel
2019-10-08
1
-0
/
+59
*
[SLP] add test with prefer-vector-width function attribute; NFC
Sanjay Patel
2019-10-08
1
-31
/
+73
*
Revert "[SLP] avoid reduction transform on patterns that the backend can load...
Martin Storsjo
2019-10-07
1
-104
/
+52
*
[SLP] avoid reduction transform on patterns that the backend can load-combine
Sanjay Patel
2019-10-05
1
-52
/
+104
*
[SLP] add test for vectorization of different widths (PR28457); NFC
Sanjay Patel
2019-10-02
1
-0
/
+105
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-29
21
-1263
/
+829
*
[SLPVectorizer][X86] Regenerate arith-fp tests
Simon Pilgrim
2019-09-27
1
-0
/
+40
*
Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...
Jordan Rupprecht
2019-09-26
20
-300
/
+1263
[next]