[PATCH] D126533: [LAA] Relax pointer dependency with runtime pointer checks
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 01:46:35 PDT 2022
dtemirbulatov added a comment.
Ping!
With the porposed change I notices following run-time improvments:
MultiSource/Benchmarks/TSVC/LinearDependence-flt/LinearDependence-flt : -20%
MultiSource/Benchmarks/TSVC/LinearDependence-dbl/LinearDependence-dbl: -13%
And regressions:
MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg: +3%
SingleSource/Benchmarks/Polybench/linear-algebra/solvers/lu/lu: +1%
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126533/new/
https://reviews.llvm.org/D126533
More information about the llvm-commits
mailing list