[llvm] [VPlan] Drop poison-generating flags on induction trunc (PR #168922)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 13:33:14 PST 2025


================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --filter-out-after "^scalar.ph" --version 6
+; RUN: opt -p loop-vectorize -force-vector-width=32 -S %s | FileCheck %s
+
+define i32 @induction_trunc_wrapflags(ptr %p) {
----------------
fhahn wrote:

can you move this to the same test file as the other induction wrap flag issue?

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


More information about the llvm-commits mailing list