[PATCH] D104979: [VPlan, VP] WIP: Build and execute VP recipes
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 10:35:37 PDT 2021
simoll added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:9614
+void VPPredicatedWidenRecipe::execute(VPTransformState &State) {
+ // TODO: Implement widening
+}
----------------
I suppose there could be an `llvm_unreachable` here to document this missing code path (same for the other recipes).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104979/new/
https://reviews.llvm.org/D104979
More information about the llvm-commits
mailing list