Skip to content

Commit f1e1b48

Browse files
authored
[LV] Strip redundant fn in VPBuilder (NFC) (#147499)
1 parent 889854b commit f1e1b48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ class VPBuilder {
6464
return tryInsertInstruction(new VPInstruction(Opcode, Operands, DL, Name));
6565
}
6666

67-
VPInstruction *createInstruction(unsigned Opcode,
68-
std::initializer_list<VPValue *> Operands,
69-
DebugLoc DL, const Twine &Name = "") {
70-
return createInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name);
71-
}
72-
7367
public:
7468
VPBuilder() = default;
7569
VPBuilder(VPBasicBlock *InsertBB) { setInsertPoint(InsertBB); }

0 commit comments

Comments
 (0)