[llvm] [LV] Pre-commit test for sinking the recipe into vector early exit block. nfc (PR #177954)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 27 01:37:03 PST 2026


================
@@ -0,0 +1,105 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -S < %s -p loop-vectorize -mtriple=riscv64 -mattr=+v | FileCheck %s
+
+; Test that recipes used only in the early exit block can be sunk there.
----------------
fhahn wrote:

```suggestion
; TODO: Recipe used only in the early exit block can be sunk there.
```

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


More information about the llvm-commits mailing list