[llvm] [LV] Remove DataAndControlFlowWithoutRuntimeCheck. NFC (PR #183762)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 04:25:59 PST 2026


================
@@ -1393,8 +1382,7 @@ class LoopVectorizationCostModel {
       return false;
 
     TailFoldingStyle TF = getTailFoldingStyle();
-    return TF == TailFoldingStyle::DataAndControlFlow ||
-           TF == TailFoldingStyle::DataAndControlFlowWithoutRuntimeCheck;
+    return TF == TailFoldingStyle::DataAndControlFlow;
----------------
lukel97 wrote:

Yup, done in 31f4c5baf98c55a9632a08eb2e7b57e64aaeaf66

https://github.com/llvm/llvm-project/pull/183762


More information about the llvm-commits mailing list