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-arithmetic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstSimplify] Teach fsub -0.0, (fneg X) ==> X about unary fneg
Cameron McInally
2019-05-20
1
-9
/
+3
*
[NFC][InstSimplify] Add more unary fneg tests to floating-point-arithmetic.ll
Cameron McInally
2019-05-17
1
-0
/
+29
*
[NFC][InstSimplify] Precommit new unary fneg test
Cameron McInally
2019-05-17
1
-0
/
+34
*
[NFC][InstSImplify] Fix flip-flopped comments and test names
Cameron McInally
2019-05-17
1
-6
/
+6
*
Add FNeg support to InstructionSimplify
Cameron McInally
2019-05-06
1
-0
/
+9
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+1269
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-1269
/
+0
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
1
-1
/
+316
*
[InstSimplify] move minnum/maxnum with Inf folds from instcombine
Sanjay Patel
2018-08-09
1
-0
/
+57
*
[InstSimplify] fold fsub+fadd with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] fold fadd+fsub with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] fold fsub+fsub with common operand
Sanjay Patel
2018-08-07
1
-6
/
+2
*
[InstSimplify] add tests for fadd/fsub; NFC
Sanjay Patel
2018-08-07
1
-0
/
+174
*
[InstSimplify] move minnum/maxnum with common op fold from instcombine
Sanjay Patel
2018-08-07
1
-16
/
+60
*
[InstSimplify] add tests for minnum/maxnum with shared op; NFC
Sanjay Patel
2018-08-07
1
-0
/
+88
*
[InstSimplify] move misplaced minnum/maxnum tests; NFC
Sanjay Patel
2018-08-07
1
-0
/
+16
*
[InstSimplify] move minnum/maxnum with undef fold from instcombine
Sanjay Patel
2018-08-02
1
-0
/
+32
*
[InstSimplify] move minnum/maxnum with same arg fold from instcombine
Sanjay Patel
2018-08-01
1
-2
/
+19
*
[InstSimplify] fold minnum/maxnum with NaN arg
Sanjay Patel
2018-07-15
1
-16
/
+8
*
[InstSimplify] add tests for minnum/maxnum; NFC
Sanjay Patel
2018-07-15
1
-0
/
+82
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-2
/
+1
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
1
-4
/
+13
*
[PatternMatch, InstSimplify] allow undef elements when matching vector -0.0
Sanjay Patel
2018-03-12
1
-7
/
+3
*
[InstSimplify] add test for m_NegZero with undef elt; NFC
Sanjay Patel
2018-03-12
1
-0
/
+9
*
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to look through Extract...
Craig Topper
2018-02-27
1
-0
/
+14
*
[InstCombine, InstSimplify] add tests with undef elements in constant FP vect...
Sanjay Patel
2018-02-26
1
-0
/
+29
*
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to handle vector consta...
Craig Topper
2018-02-26
1
-4
/
+2
*
[InstSimplify] Add test cases for removal of vector fabs on known positive.
Craig Topper
2018-02-25
1
-0
/
+118
*
[InstSimplify] Remove unused parameter from test cases.
Craig Topper
2018-02-25
1
-7
/
+7
*
[InstCombine, InstSimplify] (re)move tests, regenerate checks; NFC
Sanjay Patel
2018-02-13
1
-58
/
+99
*
[ValueTracking] Implement SignBitMustBeZero correctly for sqrt.
Justin Lebar
2017-01-26
1
-0
/
+54
*
InstSimplify: Eliminate fabs on known positive
Matt Arsenault
2017-01-11
1
-0
/
+92
*
[InstSimplify] Add "X / 1.0" to SimplifyFDivInst.
Zia Ansari
2016-12-08
1
-3
/
+1
*
[InstSimplify] add fdiv x/1.0 test and update checks; NFC
Sanjay Patel
2016-12-08
1
-8
/
+25
*
[InstSimplify] regenerate checks using a script
Sanjay Patel
2016-03-25
1
-22
/
+31
*
[InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only safe if signed zeros ar...
Benjamin Kramer
2016-02-29
1
-3
/
+23
*
Fix really obscure bug in CannotBeNegativeZero() (PR22688)
Sanjay Patel
2015-02-25
1
-0
/
+26
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-4
/
+4
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
1
-2
/
+2
*
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
1
-0
/
+35