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
/
and-fcmp.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+1584
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-1584
/
+0
*
[InstCombine] fold logic-of-nan-fcmps (PR41069)
Sanjay Patel
2019-03-19
1
-16
/
+8
*
[InstCombine] add FMF to tests for extra coverage; NFC
Sanjay Patel
2019-03-19
1
-8
/
+8
*
[InstCombine] add/adjust test for NaN checks; NFC
Sanjay Patel
2019-03-18
1
-11
/
+43
*
[InstCombine] add tests for logic of NaN fcmps; NFC
Sanjay Patel
2019-03-15
1
-0
/
+34
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
1
-101
/
+112
*
[InstCombine] move related tests together; NFC
Sanjay Patel
2017-09-12
1
-3
/
+13
*
[ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu...
Sanjay Patel
2017-09-05
1
-4
/
+2
*
[InstCombine] add tests for fcmp ord/uno canonicalization; NFC
Sanjay Patel
2017-09-03
1
-0
/
+24
*
[InstCombine] Simplify and correct folding fcmps with the same children
Tim Shen
2016-06-29
1
-268
/
+116
*
[InstCombine, NFC] Change the generated variable names by creating new instru...
Tim Shen
2016-06-29
1
-24
/
+24
*
[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
Tim Shen
2016-06-29
1
-70
/
+1601
*
minimize regression tests and update checks
Sanjay Patel
2016-06-28
1
-70
/
+74
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+21
*
Fix broken tests.
Benjamin Kramer
2012-10-02
1
-1
/
+1
*
InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
Manman Ren
2012-06-14
1
-0
/
+11
*
Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't
Chad Rosier
2012-06-06
1
-0
/
+10
*
Remove extraneous CHECK-NOTs from previous commit and add a new test case.
Chad Rosier
2012-06-06
1
-2
/
+10
*
FileCheckize this test.
Chad Rosier
2012-06-06
1
-2
/
+18
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-2
/
+2
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-2
/
+2
*
- Somehow I forgot about one / une.
Evan Cheng
2008-10-14
1
-1
/
+9
*
Optimize anding of two fcmp into a single fcmp if the operands are the same. ...
Evan Cheng
2008-10-14
1
-0
/
+26