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
/
fdiv.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
1
-2
/
+2
*
[InstCombine] Use minimal FMF in testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-09
1
-2
/
+2
*
[InstCombine] Adding testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-08
1
-0
/
+15
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
1
-8
/
+8
*
[NFC][FPEnv] Pre-commit tests for canonicalize negated operand of fdiv.
Cameron McInally
2019-07-29
1
-0
/
+22
*
[InstCombine] canonicalize negated operand of fdiv
Sanjay Patel
2019-07-26
1
-5
/
+4
*
[InstCombine] add tests for fdiv with negated operand; NFC
Sanjay Patel
2019-07-26
1
-0
/
+35
*
[NFC][InstCombine] Add unary FNeg tests to fdiv.ll
Cameron McInally
2019-05-31
1
-0
/
+118
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+383
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-383
/
+0
*
[PatternMatch] define m_FNeg using m_FSub
Sanjay Patel
2018-04-05
1
-5
/
+2
*
[InstCombine, InstSimplify] add tests with undef elements in constant FP vect...
Sanjay Patel
2018-02-26
1
-0
/
+33
*
[InstCombine] allow fdiv folds with less than fully 'fast' ops
Sanjay Patel
2018-02-26
1
-8
/
+8
*
[InstCombine] C / -X --> -C / X
Sanjay Patel
2018-02-21
1
-4
/
+2
*
[InstCombine] -X / C --> X / -C for FP
Sanjay Patel
2018-02-20
1
-10
/
+8
*
[InstCombine] add tests for fdiv with negated op and constant op; NFC
Sanjay Patel
2018-02-20
1
-0
/
+44
*
[PatternMatch] allow vector matches with m_FNeg
Sanjay Patel
2018-02-20
1
-3
/
+1
*
[InstCombine] add test for vector -X/-Y; NFC
Sanjay Patel
2018-02-20
1
-4
/
+17
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
1
-3
/
+10
*
[InstCombine] allow fdiv with constant dividend folds with less than full -ff...
Sanjay Patel
2018-02-19
1
-6
/
+29
*
[InstCombine] move fdiv tests; NFC
Sanjay Patel
2018-02-19
1
-0
/
+37
*
[InstCombine] add FMF to better show current fdiv fold behavior; NFC
Sanjay Patel
2018-02-16
1
-4
/
+4
*
[InstCombine] test fdiv folds better; NFC
Sanjay Patel
2018-02-15
1
-9
/
+43
*
[InstCombine] allow X / C -> X * (1.0/C) for vector splat FP constants
Sanjay Patel
2018-02-15
1
-3
/
+14
*
[InstCombine] add tests and comments for fdiv X, C; NFC
Sanjay Patel
2018-02-14
1
-10
/
+77
*
[InstCombine] X / (X * Y) --> 1.0 / Y
Sanjay Patel
2018-02-12
1
-6
/
+2
*
[InstCombine] add tests for missing fdiv fold; NFC
Sanjay Patel
2018-02-12
1
-0
/
+42
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2018-02-12
1
-28
/
+44
*
InstCombine: fdiv -x, -y -> fdiv x, y
Matt Arsenault
2017-01-10
1
-0
/
+18
*
Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...
Owen Anderson
2014-01-20
1
-0
/
+18
*
Fix an instance where we would drop fast math flags when performing an fdiv t...
Owen Anderson
2014-01-16
1
-0
/
+8
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-3
/
+3
*
Avoid turning a floating point division with a constant power of two into a d...
Benjamin Kramer
2011-03-30
1
-1
/
+1
*
InstCombine: If the divisor of an fdiv has an exact inverse, turn it into an ...
Benjamin Kramer
2011-03-30
1
-0
/
+25