[llvm] [VPlan] Simplify PredPHI LiveIn -> LiveIn (PR #142271)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 1 14:37:39 PDT 2025


================
@@ -0,0 +1,150 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 5
+; RUN: opt -passes=loop-vectorize -S %s | FileCheck %s
----------------
fhahn wrote:

Can this test be made independent of the X86 target, by providing something like `-force-vector-width=2`?

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


More information about the llvm-commits mailing list