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
/
lib
/
Transforms
/
InstCombine
/
InstCombineVectorOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] replace shuffle's insertelement operand if inserted scalar is n...
Sanjay Patel
2019-12-10
1
-1
/
+27
*
[InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...
Craig Topper
2019-12-03
1
-7
/
+0
*
[InstCombine] remove shuffle mask canonicalization that creates undef elements
Sanjay Patel
2019-11-25
1
-10
/
+10
*
[InstCombine] prevent infinite loop from conflicting shuffle mask transforms
Sanjay Patel
2019-11-25
1
-2
/
+4
*
[InstCombine] simplify code for shuffle mask canonicalization; NFC
Sanjay Patel
2019-11-25
1
-6
/
+4
*
[InstCombine] remove dead code from shuffle mask canonicalization; NFC
Sanjay Patel
2019-11-25
1
-2
/
+2
*
[InstCombine] simplify loop for shuffle mask canonicalization; NFC
Sanjay Patel
2019-11-25
1
-4
/
+4
*
[InstCombine] remove identity shuffle simplification for mask with undefs
Sanjay Patel
2019-11-24
1
-24
/
+0
*
[InstCombine] remove duplicate code for simplifying a shuffle; NFCI
Sanjay Patel
2019-11-14
1
-7
/
+0
*
[InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...
Craig Topper
2019-11-10
1
-0
/
+7
*
[InstCombine] Allow values with multiple users in SimplifyDemandedVectorElts
Piotr Sobczak
2019-10-21
1
-11
/
+90
*
[InstCombine] Fix miscompile bug in canEvaluateShuffled
Bjorn Pettersson
2019-10-18
1
-7
/
+11
*
[InstCombine] fold extract+insert into identity shuffle
Sanjay Patel
2019-09-08
1
-0
/
+52
*
[InstCombine] fold insertelement into splat of same scalar
Sanjay Patel
2019-07-08
1
-0
/
+37
*
[InstCombine] canonicalize insert+splat to/from element 0 of vector
Sanjay Patel
2019-07-08
1
-0
/
+38
*
[InstCombine] allow undef elements when forming splat from chain of insertele...
Sanjay Patel
2019-07-04
1
-4
/
+17
*
[InstCombine] simplify code for inserts -> splat; NFC
Sanjay Patel
2019-06-26
1
-25
/
+17
*
[InstCombine] prevent crashing with invalid extractelement index
Sanjay Patel
2019-05-26
1
-2
/
+3
*
[InstSimplify] fold insertelement-of-extractelement
Sanjay Patel
2019-05-24
1
-5
/
+0
*
[InstCombine] remove redundant fold for extractelement; NFC
Sanjay Patel
2019-05-23
1
-4
/
+0
*
[InstCombine] remove redundant fold for insertelement; NFC
Sanjay Patel
2019-05-23
1
-4
/
+0
*
[InstSimplify] insertelement V, undef, ? --> V
Sanjay Patel
2019-05-23
1
-4
/
+0
*
[InstCombine] be more careful when transforming a shuffle mask
Sanjay Patel
2019-05-23
1
-4
/
+21
*
[InstCombine] fold shuffles of insert_subvectors
Sanjay Patel
2019-05-22
1
-1
/
+52
*
[InstCombine] move bitcast after insertelement-with-bitcasted-operands
Sanjay Patel
2019-05-17
1
-0
/
+14
*
[InstCombine] remove overzealous assert for shuffles (PR41419)
Sanjay Patel
2019-04-08
1
-2
/
+2
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
1
-1
/
+8
*
Revert "[InstCombine] Handle vector gep with scalar argument in evaluateInDif...
Mikael Holmen
2019-04-01
1
-8
/
+1
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
1
-1
/
+8
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
1
-0
/
+9
*
[InstCombine] move shuffle canonicalizations before other transforms
Sanjay Patel
2019-03-29
1
-30
/
+27
*
[InstCombine] limit extracting shuffle transform based on uses
Sanjay Patel
2019-02-05
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[InstCombine] refactor isCheapToScalarize(); NFC
Sanjay Patel
2018-12-18
1
-33
/
+25
*
InstCombine: Scalarize single use icmp/fcmp
Matt Arsenault
2018-12-10
1
-0
/
+12
*
[InstCombine] remove dead code from visitExtractElement
Sanjay Patel
2018-12-05
1
-6
/
+0
*
[InstCombine] reduce duplication in visitExtractElementInst; NFC
Sanjay Patel
2018-12-05
1
-38
/
+32
*
[InstCombine] try to turn shuffle into insertelement
Sanjay Patel
2018-10-30
1
-0
/
+70
*
[InstCombine] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-20
1
-59
/
+56
*
[InstCombine] make code more flexible with lambda; NFC
Sanjay Patel
2018-10-20
1
-4
/
+10
*
[InstCombine] add explanatory comment for strange vector logic; NFC
Sanjay Patel
2018-10-20
1
-0
/
+16
*
[InstCombine] combine a shuffle and an extract subvector shuffle
Sanjay Patel
2018-10-14
1
-0
/
+38
*
revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-10
1
-30
/
+0
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-09
1
-0
/
+30
*
[InstCombine] make helper function 'static'; NFC
Sanjay Patel
2018-10-09
1
-2
/
+2
*
[InstCombine] allow bitcast to/from FP for vector insert/extract transform
Sanjay Patel
2018-10-04
1
-4
/
+31
*
[InstCombine] try to convert vector insert+extract to trunc; 2nd try
Sanjay Patel
2018-10-01
1
-2
/
+46
*
Revert r343407 "[InstCombine] try to convert vector insert+extract to trunc"
Hans Wennborg
2018-10-01
1
-44
/
+2
*
[InstCombine] try to convert vector insert+extract to trunc
Sanjay Patel
2018-09-30
1
-2
/
+44
*
[InstCombine] allow lengthening of insertelement to eliminate shuffles
Sanjay Patel
2018-09-30
1
-2
/
+8
[next]