[llvm] [LoopVectorize] Check for vector-to-scalar casts in legalizer (PR #106244)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 11:25:09 PDT 2024


================
@@ -0,0 +1,32 @@
+; RUN: opt --force-widen-divrem-via-safe-divisor=false -passes=loop-vectorize -S --debug-only=loop-vectorize < %s 2>&1 | FileCheck %s
----------------
artagnon wrote:

Missing REQUIRES: asserts, since we're checking debug strings.

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


More information about the llvm-commits mailing list