[llvm] [LoopVectorize] Teach LoopVectorizationLegality about more early exits (PR #107004)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 04:20:13 PDT 2024


================
@@ -0,0 +1,1969 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -S < %s -p loop-vectorize -mattr=+sve -debug-only=loop-vectorize \
----------------
fhahn wrote:

There's nothing target specific in this test at the moment, can it be moved out so we have test coverage for the legality checks independent of the target?

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


More information about the llvm-commits mailing list