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
/
fast-math.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FPEnv] PatternMatcher support for checking FNEG ignoring signed zeros
Cameron McInally
2018-10-09
1
-3
/
+1
*
[InstSimplify] add vector test for fneg+fdiv; NFC
Sanjay Patel
2018-10-07
1
-16
/
+32
*
ValueTracking: Handle canonicalize in CannotBeNegativeZero
Matt Arsenault
2018-08-06
1
-0
/
+50
*
[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
-0
/
+27
*
[InstSimplify] loosen FMF for sqrt(X) * sqrt(X) --> X
Sanjay Patel
2018-03-18
1
-2
/
+37
*
[PatternMatch, InstSimplify] allow undef elements when matching any vector FP...
Sanjay Patel
2018-03-15
1
-13
/
+5
*
[InstSimplify] remove 'nsz' requirement for frem 0, X
Sanjay Patel
2018-03-15
1
-6
/
+3
*
[InstSimplify] add tests for frem and vectors with undef; NFC
Sanjay Patel
2018-03-14
1
-3
/
+88
*
[InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
Sanjay Patel
2018-03-14
1
-18
/
+12
*
[InstSimplify] add tests to show missing/broken fadd folds (PR27151, PR26958)...
Sanjay Patel
2018-03-14
1
-27
/
+77
*
[InstSimplify] regenerate checks; NFC
Sanjay Patel
2018-03-14
1
-24
/
+24
*
[InstSimplify] sqrt(X) * sqrt(X) --> X
Sanjay Patel
2018-02-23
1
-0
/
+15
*
[InstSimplify] regenerate checks using a script
Sanjay Patel
2016-03-25
1
-46
/
+68
*
[InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==> X optzn
Benjamin Kramer
2016-02-29
1
-0
/
+10
*
[InstSimplify] Allow folding of fdiv X, X with just NaNs ignored
Benjamin Kramer
2015-06-16
1
-44
/
+24
*
[InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf
Benjamin Kramer
2015-06-14
1
-3
/
+3
*
[InstSimplify] Add self-fdiv identities for -ffinite-math-only.
Benjamin Kramer
2015-06-14
1
-0
/
+77
*
InstSimplify: simplify 0 / X if nnan and nsz
Mehdi Amini
2015-02-23
1
-0
/
+9
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-2
/
+2
*
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
1
-0
/
+72
*
Fast-math test for SimplifyInstruction: fold multiply by 0
Michael Ilseman
2012-11-27
1
-0
/
+35