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
/
InstCombine
/
vector-casts.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+413
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-413
/
+0
*
[InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)
Sanjay Patel
2018-12-17
1
-14
/
+16
*
[InstCombine] add tests for vector widening transforms (PR40032); NFC
Sanjay Patel
2018-12-16
1
-0
/
+32
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try
Sanjay Patel
2018-10-10
1
-12
/
+7
*
revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-10
1
-7
/
+12
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-09
1
-12
/
+7
*
[InstCombine] add tests with undef elements; NFC
Sanjay Patel
2018-10-02
1
-0
/
+30
*
[InstCombine] add inverse test for vector trunc canonical form; NFC
Sanjay Patel
2018-10-01
1
-2
/
+14
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2018-10-01
1
-26
/
+26
*
[InstCombine] Remove check for sext of vector icmp from shouldOptimizeCast
Craig Topper
2017-08-22
1
-3
/
+2
*
[InstCombine] Teach the code that pulls logical operators through constant sh...
Craig Topper
2017-08-05
1
-2
/
+2
*
[InstCombine] Remove the (not (sext)) case from foldBoolSextMaskToSelect and ...
Craig Topper
2017-08-04
1
-1
/
+1
*
[InstCombine] Add test cases for 'or' and 'xor' to match the vector 'and' of ...
Craig Topper
2017-08-02
1
-0
/
+37
*
[InstCombine] allow ashr/lshr demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-3
/
+3
*
[InstCombine] shrink truncated insertelement into undef vector
Sanjay Patel
2017-03-07
1
-0
/
+32
*
[InstCombine] add tests for trunc(insertelement); NFC
Sanjay Patel
2017-02-18
1
-0
/
+56
*
[InstCombine] use m_APInt to allow ashr folds for vectors with splat constants
Sanjay Patel
2017-01-15
1
-15
/
+3
*
clean up tests and auto-generate checks
Sanjay Patel
2016-09-30
1
-56
/
+124
*
[InstCombine] try to fold (select C, (sext A), B) into logical ops
Nicolai Haehnle
2016-08-05
1
-3
/
+2
*
Fix a crash where a utility function wasn't aware of fcmp vectors and created...
Nick Lewycky
2015-08-14
1
-0
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-6
/
+6
*
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
1
-1
/
+2
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-1
/
+1
*
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2011-02-15
1
-0
/
+28
*
Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect
Chris Lattner
2010-02-11
1
-0
/
+16
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
merge vector-casts-0.ll into vector-casts.ll
Chris Lattner
2009-07-23
1
-0
/
+56
*
Make some existing optimizations that would only trigger on scalars
Chris Lattner
2009-07-23
1
-2
/
+31
*
convert a test to filecheck format. This fixes an endemic problem
Chris Lattner
2009-07-23
1
-5
/
+12
*
rename test
Chris Lattner
2009-07-23
1
-0
/
+15
*
Generalize a few more instcombines to be vector/scalar-independent.
Dan Gohman
2009-06-16
1
-55
/
+0
*
Support vector casts in more places, fixing a variety of assertion
Dan Gohman
2009-06-15
1
-0
/
+55