aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Vectorize/VPlan.h
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2023-11-23 16:59:49 +0000
committerFlorian Hahn <flo@fhahn.com>2023-11-23 16:59:50 +0000
commit906f59826344504dd516cce44e0ba13e25c933f7 (patch)
treedce2258f4c976da6ec9681ed56bfd815c3505917 /llvm/lib/Transforms/Vectorize/VPlan.h
parent381efa4960004520e8945e89a2ee0ca1a37f41c7 (diff)
downloadllvm-906f59826344504dd516cce44e0ba13e25c933f7.zip
llvm-906f59826344504dd516cce44e0ba13e25c933f7.tar.gz
llvm-906f59826344504dd516cce44e0ba13e25c933f7.tar.bz2
[VPlan] Remove dead IsEpilogueVec argument from prepareToExecute (NFC).
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlan.h')
-rw-r--r--llvm/lib/Transforms/Vectorize/VPlan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index a26308a..1088c8d 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2571,8 +2571,7 @@ public:
/// Prepare the plan for execution, setting up the required live-in values.
void prepareToExecute(Value *TripCount, Value *VectorTripCount,
- Value *CanonicalIVStartValue, VPTransformState &State,
- bool IsEpilogueVectorization);
+ Value *CanonicalIVStartValue, VPTransformState &State);
/// Generate the IR code for this VPlan.
void execute(VPTransformState *State);