Skip to content

Commit d2c8225

Browse files
committed
!fixup fix unit test build failure
1 parent dbb1410 commit d2c8225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ TEST_F(VPIRVerifierTest, testVerifyIRPhiInExitVPIRBB) {
385385
auto *HeaderBlock =
386386
cast<VPBasicBlock>(Plan->getVectorLoopRegion()->getEntry());
387387
VPInstruction *DefI =
388-
new VPInstruction(VPInstruction::ExtractLastElement,
388+
new VPInstruction(VPInstruction::ExtractLastLane,
389389
{HeaderBlock->front().getVPSingleValue()});
390390
DefI->insertBefore(Plan->getMiddleBlock()->getTerminator());
391391
Plan->getExitBlocks()[0]->front().addOperand(DefI);

0 commit comments

Comments
 (0)