[PATCH] D133891: [SLP]Improve isUndefVector function by adding insertelement analysis.
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 13:00:03 PDT 2022
srj added a comment.
In D133891#3803631 <https://reviews.llvm.org/D133891#3803631>, @ABataev wrote:
> You can use -mllvm -opt-bisect-limit to limit number of transformation passes
I'm sorry, I don't understand -- are those flags to `llc`? If so, that doesn't help me; if I leave `PipelineTuningOptions.SLPVectorization=true` in Halide's codegen, we crash before any `.ll` can be generated (and thus flags to llc are irrelevant). If I set `PipelineTuningOptions.SLPVectorization=false` in Halide's codegen, I get `.ll` out, but I don't see any way to apply that pass via `llc`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133891/new/
https://reviews.llvm.org/D133891
More information about the llvm-commits
mailing list