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
/
fabs.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] allow unordered preds when canonicalizing to fabs()
Sanjay Patel
2019-06-10
1
-8
/
+4
*
[InstCombine] add tests for fabs() with unordered preds; NFC
Sanjay Patel
2019-06-10
1
-0
/
+30
*
[InstCombine] fix bug in canonicalization to fabs()
Sanjay Patel
2019-06-10
1
-0
/
+30
*
[InstCombine] change canonicalization to fabs() to use FMF on fsub
Sanjay Patel
2019-06-10
1
-8
/
+8
*
[InstCombine] allow unordered preds when canonicalizing to fabs()
Sanjay Patel
2019-06-10
1
-60
/
+30
*
[InstCombine] add tests for fcmp unordered pred -> fabs (PR42179); NFC
Sanjay Patel
2019-06-10
1
-0
/
+225
*
[InstCombine] change canonicalization to fabs() to use FMF on fneg
Sanjay Patel
2019-06-09
1
-30
/
+30
*
[NFC][InstCombine] Add unary FNeg tests to fabs.ll
Cameron McInally
2019-05-31
1
-0
/
+76
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+420
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-420
/
+0
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-4
/
+2
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
1
-8
/
+10
*
[InstCombine] canonicalize fcmp+select to fabs
Sanjay Patel
2018-03-19
1
-68
/
+60
*
[InstCombine] add nnan requirement to potential fabs folds tests; NFC
Sanjay Patel
2018-03-16
1
-20
/
+20
*
[InstCombine] add more tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-16
1
-11
/
+160
*
[InstCombine] add tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-15
1
-24
/
+57
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-82
/
+97
*
SimplifyLibCalls: Replace fabs libcalls with intrinsics
Matt Arsenault
2017-01-17
1
-30
/
+45
*
InstSimplify: Eliminate fabs on known positive
Matt Arsenault
2017-01-11
1
-3
/
+47
*
SimplifyLibCalls: Remove incorrect optimization of fabs
Matt Arsenault
2017-01-07
1
-9
/
+33
*
InstCombine: Fold fabs on select of constants
Matt Arsenault
2017-01-03
1
-0
/
+48
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-25
/
+0
*
[ValueTracking] teach computeKnownBits that a fabs() clears sign bits
Sanjay Patel
2015-10-08
1
-0
/
+25
*
Optimize away fabs() calls when input is squared (known positive).
Sanjay Patel
2014-10-14
1
-0
/
+100