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
/
EarlyCSE
/
commute.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-6
/
+79
*
[EarlyCSE] Fix hashing of self-compares
Joseph Tremoulet
2019-06-17
1
-0
/
+16
*
[EarlyCSE] Ensure equal keys have the same hash value
Joseph Tremoulet
2019-06-13
1
-13
/
+40
*
[EarlyCSE] Add tests for negated min/max/abs [NFC]
Joseph Tremoulet
2019-06-05
1
-0
/
+102
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+546
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-546
/
+0
*
[EarlyCSE] detect equivalence of selects with inverse conditions and commuted...
Sanjay Patel
2019-04-16
1
-24
/
+12
*
[EarlyCSE] add more tests for double-negated select condition; NFC
Sanjay Patel
2019-04-15
1
-2
/
+86
*
[EarlyCSE] add test for select condition double-negation; NFC
Sanjay Patel
2019-04-15
1
-0
/
+21
*
[EarlyCSE] add tests for selects with commuted operands (PR41101); NFC
Sanjay Patel
2019-04-15
1
-0
/
+162
*
[EarlyCSE] regenerate test checks; NFC
Sanjay Patel
2019-04-15
1
-57
/
+58
*
[EarlyCSE] Improve EarlyCSE of some absolute value cases.
Craig Topper
2018-05-21
1
-0
/
+36
*
[EarlyCSE] recognize swapped variants of abs/nabs as equivalent
Sanjay Patel
2017-12-13
1
-6
/
+2
*
[EarlyCSE] add tests for swapped abs/nabs; NFC
Sanjay Patel
2017-12-13
1
-0
/
+38
*
[EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (...
Sanjay Patel
2017-12-13
1
-22
/
+27
*
[EarlyCSE] add tests for commuted min/max; NFC
Sanjay Patel
2017-12-12
1
-25
/
+173
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
1
-0
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-5
/
+5
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
1
-2
/
+2
*
New EarlyCSE tests for CSE-ing across commutativity.
Michael Ilseman
2012-10-09
1
-0
/
+66