[PATCH] D109368: [LV] Vectorize cases with larger number of RT checks, execute only if profitable.
Alexander Kornienko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 03:30:35 PDT 2022
alexfh added a comment.
In D109368#3638358 <https://reviews.llvm.org/D109368#3638358>, @alexfh wrote:
> By the way, this commit seems to regress the llvm_singlesource / Misc_oourafft <https://github.com/llvm/llvm-test-suite/blob/main/SingleSource/Benchmarks/Misc/oourafft.c> benchmark by ~8% on multiple configurations. Not sure what the right tradeoff here is and how representative is the benchmark of real-life workloads, but you might want to look at this.
By "multiple configurations" I meant multiple microarchitectures and optimization modes (-O3 and FDO).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109368/new/
https://reviews.llvm.org/D109368
More information about the llvm-commits
mailing list