We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c70e37 commit db4e3a0Copy full SHA for db4e3a0
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8876,7 +8876,7 @@ static SetVector<VPIRInstruction *> collectUsersInExitBlocks(
8876
// ExitUsersToFix if needed and their operands are updated.
8877
static void
8878
addUsersInExitBlocks(VPlan &Plan,
8879
- const SetVector<VPIRInstruction *> &ExitUsersToFix) {
+ const SetVector<VPIRInstruction *> &ExitUsersToFix) {
8880
if (ExitUsersToFix.empty())
8881
return;
8882
0 commit comments