[llvm] [VPlan] Enable vectorization of early-exit loops with unit-stride fault-only-first loads (PR #151300)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 00:40:24 PDT 2025


================
@@ -0,0 +1,236 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=loop-vectorize -enable-early-exit-with-ffload -mtriple=riscv64 -mattr=+v -S %s | FileCheck %s
----------------
fhahn wrote:

can you also add a VPlan printing test?

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


More information about the llvm-commits mailing list