[llvm] [VPlan] Allow truncation for lanes in VPScalarIVStepsRecipe (PR #175268)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 10 04:22:12 PST 2026


================
@@ -0,0 +1,68 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=loop-vectorize -force-vector-width=4 -S %s 2>&1 | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
----------------
fhahn wrote:

You probably can drop the target triple here

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


More information about the llvm-commits mailing list