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
/
or-xor.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+416
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-416
/
+0
*
[PatternMatch] Stabilize the matching order of commutative matchers
Roman Lebedev
2018-04-27
1
-4
/
+4
*
[InstCombine][NFC] Regenerate checks in or-xor.ll
Roman Lebedev
2018-04-26
1
-29
/
+29
*
[InstCombine] add descriptive comments for tests; NFC
Sanjay Patel
2017-07-13
1
-9
/
+19
*
[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...
Craig Topper
2017-07-02
1
-16
/
+8
*
[InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~...
Craig Topper
2017-06-30
1
-0
/
+68
*
[InstCombine] In foldXorToXor, move the commutable matcher from the LHS match...
Craig Topper
2017-06-30
1
-4
/
+4
*
[InstCombine] Cleanup some duplicated one use checks
Craig Topper
2017-06-19
1
-2
/
+2
*
[InstCombine] Add test cases to show missed opportunities due to overly conse...
Craig Topper
2017-06-16
1
-0
/
+44
*
[InstCombine] remove fold that swaps xor/or with constants; NFCI
Sanjay Patel
2017-05-10
1
-0
/
+70
*
[InstCombine] use commutative matchers for patterns with commutative operators
Sanjay Patel
2016-12-18
1
-20
/
+3
*
[InstCombine] add tests to show pattern matching failures due to commutation
Sanjay Patel
2016-09-09
1
-0
/
+55
*
[InstCombine] regenerate checks
Sanjay Patel
2016-09-08
1
-60
/
+77
*
Removal Of Duplicate Test Cases and Addition Of Missing Check Statements
Sonam Kumari
2014-12-09
1
-21
/
+15
*
InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
David Majnemer
2014-08-21
1
-0
/
+8
*
InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
Mayur Pandey
2014-08-19
1
-0
/
+13
*
InstCombine: ((A | ~B) ^ (~A | B)) to A ^ B
David Majnemer
2014-08-14
1
-0
/
+13
*
InstCombine: Combine (xor (or %a, %b) (xor %a, %b)) to (add %a, %b)
Karthik Bhat
2014-08-13
1
-0
/
+11
*
This patch implements transform for pattern "(A | B) & ((~A) ^ B) -> (A & B)".
Suyog Sarda
2014-08-01
1
-0
/
+24
*
InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
David Majnemer
2014-07-30
1
-0
/
+20
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-9
/
+9
*
InstCombine: Add a bunch of combines of the form x | (y ^ z).
Benjamin Kramer
2011-02-20
1
-0
/
+94