[llvm] 4c002cf - [LV][Test Only] Fix build after #214047: drop `-tail-predication` option (#214838)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 12:53:50 PDT 2026
Author: Andrei Elovikov
Date: 2026-08-07T12:53:45-07:00
New Revision: 4c002cfeaed1cdc73e28166bd811c3dae13825bb
URL: https://github.com/llvm/llvm-project/commit/4c002cfeaed1cdc73e28166bd811c3dae13825bb
DIFF: https://github.com/llvm/llvm-project/commit/4c002cfeaed1cdc73e28166bd811c3dae13825bb.diff
LOG: [LV][Test Only] Fix build after #214047: drop `-tail-predication` option (#214838)
It's target-specific and unnecessary here.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll b/llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll
index ceafea07d890c..bb30e860dd059 100644
--- a/llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll
+++ b/llvm/test/Transforms/LoopVectorize/vplan-based-stride-mv-btc.ll
@@ -12,11 +12,11 @@
; RUN: -enable-mem-access-versioning=true 2>&1 | FileCheck %s --check-prefix COMPARE-LAA-MV
; RUN: opt < %s -p loop-vectorize -force-vector-width=4 -S \
-; RUN: -tail-predication=enabled -tail-folding-policy=must-fold-tail \
+; RUN: -tail-folding-policy=must-fold-tail \
; RUN: -enable-mem-access-versioning=false 2>&1 | FileCheck %s --check-prefix COMPARE-NO-MV-FOLD-TAIL
; RUN: opt < %s -p loop-vectorize -force-vector-width=4 -S \
-; RUN: -tail-predication=enabled -tail-folding-policy=must-fold-tail \
+; RUN: -tail-folding-policy=must-fold-tail \
; RUN: -enable-mem-access-versioning=true 2>&1 | FileCheck %s --check-prefix COMPARE-LAA-MV-FOLD_TAIL
; RUN: opt < %s -p loop-vectorize -force-vector-width="vscale x 4" -S \
More information about the llvm-commits
mailing list