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
/
fsub.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] add tests for fsub; NFC
Sanjay Patel
2020-01-10
1
-0
/
+135
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
1
-12
/
+12
*
[InstCombine] fold fsub+fneg with fdiv/fmul between
Sanjay Patel
2019-07-28
1
-8
/
+8
*
[InstCombine] add tests for fsub with negated operand; NFC
Sanjay Patel
2019-07-26
1
-0
/
+237
*
[InstCombine] Handle -(X-Y) --> (Y-X) for unary fneg when NSZ
Cameron McInally
2019-06-11
1
-3
/
+1
*
[InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNeg
Cameron McInally
2019-06-11
1
-4
/
+3
*
[NFC][InstCombine] Add a unary FNeg test to fsub.ll.
Cameron McInally
2019-05-29
1
-0
/
+11
*
[NFC][InstCombine] Add unary FNeg tests to fsub.ll known-never-nan.ll
Cameron McInally
2019-05-29
1
-0
/
+127
*
Add FNeg IR constant folding support
Cameron McInally
2019-05-05
1
-3
/
+3
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+271
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-271
/
+0
*
[InstCombine] fold fneg into constant operand of fmul/fdiv
Sanjay Patel
2018-08-08
1
-5
/
+5
*
[NFC] adding tests for Y - (X + Y) --> -X
Michael Berg
2018-08-07
1
-0
/
+13
*
[InstCombine] don't negate constant expression with fsub (PR37605)
Sanjay Patel
2018-05-30
1
-0
/
+14
*
[InstCombine] limit X - (cast(-Y) --> X + cast(Y) with hasOneUse()
Sanjay Patel
2018-04-11
1
-8
/
+5
*
[InstCombine] add/move tests for fsub folds; NFC
Sanjay Patel
2018-04-07
1
-1
/
+100
*
[InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse()
Sanjay Patel
2018-04-06
1
-3
/
+7
*
[InstCombine] add test for fsub+fneg with extra use; NFC
Sanjay Patel
2018-04-06
1
-0
/
+15
*
[InstCombine] FP: Z - (X - Y) --> Z + (Y - X)
Sanjay Patel
2018-04-05
1
-6
/
+6
*
[InstCombine] add FP tests for Z - (X - Y); NFC
Sanjay Patel
2018-04-05
1
-3
/
+29
*
[InstCombine] nsz: -(X - Y) --> Y - X
Sanjay Patel
2018-04-05
1
-2
/
+1
*
[InstCombine] add test for fneg+fsub with nsz; NFC
Sanjay Patel
2018-04-05
1
-3
/
+17
*
[InstCombine] use pattern matchers for fsub --> fadd folds
Sanjay Patel
2018-04-05
1
-3
/
+2
*
[InstCombine] add tests for fsub --> fadd; NFC
Sanjay Patel
2018-04-05
1
-3
/
+65
*
[InstSimplify] fp_binop X, undef --> NaN
Sanjay Patel
2018-03-10
1
-20
/
+0
*
[ConstantFold] fp_binop AnyConstant, undef --> NaN
Sanjay Patel
2018-03-10
1
-28
/
+0
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2018-03-08
1
-23
/
+33
*
InstCombine: Fix assert when reassociating fsub with undef
Matt Arsenault
2017-04-24
1
-0
/
+44
*
Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll to
Bill Wendling
2010-01-17
1
-0
/
+23