[all-commits] [llvm/llvm-project] 9ba524: [LV] Add option to still enable the legacy cost mo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 19 10:48:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ba524427321b931bad156860755adf420aeec6a
https://github.com/llvm/llvm-project/commit/9ba524427321b931bad156860755adf420aeec6a
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Add option to still enable the legacy cost model. (#99536)
This patch adds a new temporary option to still use the legacy cost
model after https://github.com/llvm/llvm-project/pull/92555. It defaults
to false and the only intended use is to adjust the default to true in
the soon-to-be-cut release branch.
PR: https://github.com/llvm/llvm-project/pull/99536
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list