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
/
InstSimplify
/
floating-point-compare.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstSimplify] enhance fcmp fold with never-nan operand
Sanjay Patel
2019-06-09
1
-12
/
+4
*
[InstSimplify] add tests for fcmp with known-never-nan operands; NFC
Sanjay Patel
2019-06-09
1
-2
/
+48
*
[InstSimplify] enhance fcmp fold with never-nan operand
Sanjay Patel
2019-06-08
1
-12
/
+4
*
[InstSimplify] add tests for fcmp with known-never-nan operands; NFC
Sanjay Patel
2019-06-06
1
-2
/
+46
*
[InstSimplify] fold fcmp (maxnum, X, C1), C2
Sanjay Patel
2019-05-19
1
-37
/
+13
*
[InstSimplify] add tests for fcmp of maxnum with constants; NFC
Sanjay Patel
2019-05-16
1
-0
/
+198
*
[InstSimplify] fold fcmp (minnum, X, C1), C2
Sanjay Patel
2019-05-16
1
-35
/
+52
*
[InstSimplify] add tests for fcmp+minnum; NFC
Sanjay Patel
2019-05-08
1
-0
/
+157
*
[ValueTracking] add logic for known-never-nan with minnum/maxnum
Sanjay Patel
2019-05-07
1
-6
/
+2
*
[InstSimplify] add tests for minnum/maxnum and NaN; NFC
Sanjay Patel
2019-05-07
1
-0
/
+22
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+580
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-580
/
+0
*
[InstSimplify] use any-zero matcher for fcmp folds
Sanjay Patel
2019-02-20
1
-12
/
+4
*
Revert "[InstSimplify] use any-zero matcher for fcmp folds"
Sanjay Patel
2019-02-20
1
-4
/
+12
*
[InstSimplify] use any-zero matcher for fcmp folds
Sanjay Patel
2019-02-20
1
-12
/
+4
*
[InstSimplify] add vector tests for fcmp+fabs; NFC
Sanjay Patel
2019-02-19
1
-0
/
+63
*
[InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is not negative
Sanjay Patel
2018-10-31
1
-12
/
+4
*
[InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is not negative
Sanjay Patel
2018-10-31
1
-12
/
+4
*
[InstSimplify] add tests for fcmp and known positive; NFC
Sanjay Patel
2018-10-31
1
-20
/
+100
*
[InstSimplify] add tests for fcmp folds; NFC
Sanjay Patel
2018-10-30
1
-2
/
+73
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
1
-1
/
+13
*
[ValueTracking] fix maxnum miscompile for cannotBeOrderedLessThanZero (PR37776)
Sanjay Patel
2018-08-02
1
-2
/
+4
*
[InstSimplify] add fixme comment for PR37776; NFC
Sanjay Patel
2018-07-15
1
-0
/
+4
*
[PatternMatch] enhance m_NaN() to ignore undef elements in vectors
Sanjay Patel
2018-03-12
1
-4
/
+2
*
[InstSimplify] add fcmp tests for constant NaN vector with undef elt; NFC
Sanjay Patel
2018-03-12
1
-1
/
+19
*
[InstSimplify] More fcmp cases when comparing against negative constants.
Florian Hahn
2017-12-01
1
-20
/
+32
*
[InstSimplify] add fcmp with negative constant tests; NFC
Sanjay Patel
2017-11-27
1
-0
/
+46
*
[InstSimplify] regenerate checks; NFC
Sanjay Patel
2017-09-02
1
-11
/
+12
*
[InstSimplify] move fcmp simplification tests from InstCombine
Sanjay Patel
2017-09-02
1
-0
/
+164
*
[instsimplify] Fix incorrect folding of an ordered fcmp with a vector of all ...
Andrea Di Biagio
2016-09-02
1
-0
/
+8
*
[InstSimplify] regenerate checks using a script
Sanjay Patel
2016-03-25
1
-23
/
+32
*
CannotBeOrderedLessThanZero: add some missing cases
Fiona Glaser
2016-01-12
1
-0
/
+41
*
[InstSimplify] Fold away ord/uno fcmps when nnan is present.
Benjamin Kramer
2015-07-10
1
-0
/
+15
*
Fold fcmp in cases where value is provably non-negative. By Arch Robison.
Elena Demikhovsky
2015-01-28
1
-0
/
+60