diff options
author | Florian Hahn <flo@fhahn.com> | 2024-07-26 14:06:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 14:06:46 +0100 |
commit | 67a55e01e3f13d6ea5be917765a4171cd68cb5ac (patch) | |
tree | 15acaf065fa82680d7a245cc23c25b8b417bfc49 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9d220956320a36fd127ee14ed41f0ecdcc0fb5b0 (diff) | |
download | llvm-67a55e01e3f13d6ea5be917765a4171cd68cb5ac.zip llvm-67a55e01e3f13d6ea5be917765a4171cd68cb5ac.tar.gz llvm-67a55e01e3f13d6ea5be917765a4171cd68cb5ac.tar.bz2 |
[VPlan] Replace getBestPlan by getBestVF use also for epilogue vec. (#98821)
Replace getBestPlan by getBestVF which simply finds the best
VF out of the VFs for the available VPlans.
Then use getBestPlan to retrieve the corresponding VPlan.
This allows using getBestVF & getBestPlan for epilogue vectorization
as well. As the same plan may be used to vectorize both the main
and epilogue loop, restricting the VF of the best plan would cause
issues.
PR: https://github.com/llvm/llvm-project/pull/98821
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions