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
/
fmul.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Simplify binary op when only one operand is a select
Jay Foad
2019-11-11
1
-6
/
+3
*
Pre-commit test cases for D64713.
Jay Foad
2019-10-21
1
-0
/
+50
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-4
/
+4
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
1
-4
/
+4
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
1
-4
/
+4
*
[InstCombine] fold fneg disguised as select+fmul (PR43497)
Sanjay Patel
2019-10-06
1
-12
/
+16
*
[InstCombine] add fast-math-flags for better test coverage; NFC
Sanjay Patel
2019-10-06
1
-4
/
+4
*
[InstCombine] add tests for fneg disguised as fmul; NFC
Sanjay Patel
2019-10-04
1
-0
/
+74
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
1
-29
/
+26
*
[InstCombine] don't move FP negation out of a constant expression
Sanjay Patel
2019-07-11
1
-0
/
+13
*
[NFC][InstCombine] Add unary FNeg tests to fmul.ll
Cameron McInally
2019-05-30
1
-0
/
+205
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+778
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-778
/
+0
*
[InstCombine] canonicalize fdiv after fmul if reassociation is allowed
Sanjay Patel
2019-04-15
1
-18
/
+18
*
[InstCombine] add tests for fdiv+fmul; NFC
Sanjay Patel
2019-04-05
1
-0
/
+82
*
[InstCombine] add test to show reassociation that creates a denormal constant...
Sanjay Patel
2019-04-05
1
-0
/
+15
*
[PatternMatch] define m_FNeg using m_FSub
Sanjay Patel
2018-04-05
1
-7
/
+4
*
[InstCombine] add vector and vector undef tests for FP folds; NFC
Sanjay Patel
2018-04-05
1
-12
/
+79
*
[InstCombine] allow more fmul folds with 'reassoc'
Sanjay Patel
2018-04-03
1
-25
/
+28
*
[InstCombine] distribute fmul over fadd/fsub
Sanjay Patel
2018-03-26
1
-9
/
+6
*
[InstCombine] check uses before creating instructions for fmul distribution
Sanjay Patel
2018-03-26
1
-12
/
+3
*
[InstCombine] move/add tests for fmul distribution; NFC
Sanjay Patel
2018-03-21
1
-0
/
+185
*
[InstCombine] fix fmul reassociation to avoid creating an extra fdiv
Sanjay Patel
2018-03-13
1
-13
/
+13
*
[InstCombine] add test to show fmul transform creates extra fdiv; NFC
Sanjay Patel
2018-03-12
1
-0
/
+107
*
[InstCombine] partly fix FMF for fmul+log2 fold
Sanjay Patel
2018-03-02
1
-6
/
+6
*
[InstCombine] add tests for rL169025; NFC
Sanjay Patel
2018-03-02
1
-0
/
+32
*
[InstCombine] allow fmul fold with less than 'fast'
Sanjay Patel
2018-03-02
1
-9
/
+11
*
revert r326502: [InstCombine] allow fmul fold with less than 'fast'
Sanjay Patel
2018-03-01
1
-13
/
+11
*
[InstCombine] allow fmul fold with less than 'fast'
Sanjay Patel
2018-03-01
1
-11
/
+13
*
[InstCombine] move/add tests for fmul reassociation; NFC
Sanjay Patel
2018-03-01
1
-0
/
+72
*
[InstCombine] simplify code for X * -1.0 --> -X; NFC
Sanjay Patel
2018-02-28
1
-2
/
+2
*
[InstSimplify] sqrt(X) * sqrt(X) --> X
Sanjay Patel
2018-02-23
1
-11
/
+0
*
[InstCombine] add fmul multi-use test; NFC
Sanjay Patel
2018-02-22
1
-14
/
+33
*
[InstCombine] add some random FMF to tests so we know it's not dropped; NFC
Sanjay Patel
2018-02-21
1
-8
/
+8
*
[InstCombine] Regenerate FMUL/FMA combine tests with update_test_checks.py
Simon Pilgrim
2017-12-16
1
-45
/
+82
*
InstCombine: fabs(x) * fabs(x) -> x * x
Matt Arsenault
2016-01-30
1
-0
/
+29
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
Remove unused function attribute params.
Sanjay Patel
2014-10-02
1
-2
/
+2
*
Optimize square root squared (PR21126).
Sanjay Patel
2014-10-02
1
-0
/
+29
*
Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...
Owen Anderson
2014-01-20
1
-0
/
+10
*
InstCombine: Make the (fmul X, -1.0) -> (fsub -0.0, X) transform handle vecto...
Benjamin Kramer
2014-01-18
1
-0
/
+9
*
Fix a bug in InstCombine where we failed to preserve fast math flags when opt...
Owen Anderson
2014-01-16
1
-3
/
+2
*
Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LL...
Owen Anderson
2014-01-16
1
-0
/
+12
*
Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
Joey Gouly
2013-09-30
1
-0
/
+23
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-7
/
+7
*
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
1
-0
/
+72