[PATCH] D68814: [LV] Allow assume calls in predicated blocks.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 11:41:05 PDT 2019
hfinkel added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:6904
}
+
LLVM_DEBUG(dbgs() << "LV: Scalarizing and predicating:" << *I << "\n");
----------------
Unintentional whitespace change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68814/new/
https://reviews.llvm.org/D68814
More information about the llvm-commits
mailing list