[llvm] [VPlan] First step towards VPlan cost modeling. (PR #92555)
Alexander Kornienko via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 14:55:25 PDT 2024
alexfh wrote:
The test case can easily be over-reduced. The interestingness test I used is that a known-good version of `opt -passes=loop-vectorize` succeeds and the same `opt -passes=loop-vectorize` after this commit crashes. Any advice on what I could do to verify there are no dead loads? `opt -passes=slp-vectorizer,verify` still succeeds on both reduced inputs.
https://github.com/llvm/llvm-project/pull/92555
More information about the llvm-commits
mailing list