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
/
rotate.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] try harder to form rotate (funnel shift) (PR20750)
Sanjay Patel
2019-05-13
1
-14
/
+4
*
[InstCombine] add tests for rotates with narrow shift amount (PR20750); NFC
Sanjay Patel
2019-05-13
1
-0
/
+46
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+705
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-705
/
+0
*
[InstCombine] Fix matchRotate bug when one operand is a ConstantExpr shift
Sanjay Patel
2019-02-11
1
-0
/
+14
*
[InstCombine] remove stale comments; NFC
Sanjay Patel
2019-01-08
1
-6
/
+0
*
[InstCombine] canonicalize another raw IR rotate pattern to funnel shift
Sanjay Patel
2019-01-08
1
-28
/
+5
*
[InstCombine] reduce raw IR narrowing rotate patterns to funnel shift
Sanjay Patel
2019-01-04
1
-77
/
+14
*
[InstCombine] canonicalize raw IR rotate patterns to funnel shift
Sanjay Patel
2019-01-01
1
-24
/
+4
*
[InstCombine] adjust rotate direction in tests; NFC
Sanjay Patel
2018-11-15
1
-12
/
+12
*
[InstCombine] add tests for funnel shift (rotate) canonicalization; NFC
Sanjay Patel
2018-11-15
1
-1
/
+342
*
[InstCombine] fix rotate narrowing bug for non-pow-2 types
Sanjay Patel
2018-11-15
1
-16
/
+16
*
[InstCombine] add rotate narrowing tests with odd types; NFC
Sanjay Patel
2018-11-15
1
-0
/
+46
*
[InstCombine] canonicalize rotate patterns with cmp/select
Sanjay Patel
2018-11-13
1
-37
/
+58
*
[InstCombine] add rotate variants that include select; NFC
Sanjay Patel
2018-11-12
1
-0
/
+84
*
[InstCombine] narrow width of rotate patterns, part 3
Sanjay Patel
2018-11-12
1
-44
/
+27
*
[InstCombine] narrow width of rotate patterns, part 2 (PR39624)
Sanjay Patel
2018-11-12
1
-32
/
+28
*
[InstCombine] add more tests for rotate narrowing; NFC
Sanjay Patel
2018-11-12
1
-43
/
+144
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2018-11-12
1
-15
/
+16
*
[InstCombine] Add tests for cases where we don't recognize type promoted rota...
Craig Topper
2018-05-11
1
-0
/
+107
*
[InstCombine] narrow rotate left/right patterns to eliminate zext/trunc (PR34...
Sanjay Patel
2017-08-09
1
-0
/
+123