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
/
pow-sqrt.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyLibCalls] require fast-math-flags for pow(X, -0.5) transforms
Sanjay Patel
2019-12-21
1
-14
/
+22
*
[InstCombine] add/adjust tests for pow->sqrt; NFC
Sanjay Patel
2019-12-19
1
-35
/
+77
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-4
/
+4
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+297
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-297
/
+0
*
[NFC] Fix typo in test cases
Evandro Menezes
2018-08-16
1
-1
/
+0
*
[InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)
Evandro Menezes
2018-08-16
1
-65
/
+81
*
[InstCombine] fix typos in tests; NFC
Sanjay Patel
2018-08-14
1
-6
/
+6
*
[InstCombine] add tests for pow->sqrt; NFC
Sanjay Patel
2018-08-14
1
-26
/
+239
*
[SLC] Refactor the simplication of pow() (NFC)
Evandro Menezes
2018-07-30
1
-3
/
+3
*
[LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-2
/
+3
*
[LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-4
/
+4
*
[InstCombine] add tests for pow(); NFC
Sanjay Patel
2017-11-16
1
-16
/
+38
*
[InstCombine] add tests for 'afn' FMF; NFC
Sanjay Patel
2017-11-16
1
-0
/
+21
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-9
/
+9
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-3
/
+6
*
[SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).
Davide Italiano
2017-01-09
1
-1
/
+10
*
[SimplifyLibCalls] Restore the old behaviour, emit a libcall.
Davide Italiano
2016-08-10
1
-1
/
+1
*
[SimplifyLibCalls] Emit sqrt intrinsic instead of a libcall.
Davide Italiano
2016-08-08
1
-1
/
+1
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-12
1
-8
/
+6
*
[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
Davide Italiano
2015-11-18
1
-0
/
+15