[PATCH] D108138: [SimplifyCFG] Remove switch statements before vectorization
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 23:46:33 PDT 2021
junparser added a comment.
Since we already have LowerSwitchPass to transform switchinst, can we add a cost modle and run it before vectorization?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108138/new/
https://reviews.llvm.org/D108138
More information about the llvm-commits
mailing list