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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 08:59:34 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:

Kindly remove `--debug-only=loop-vectorize`, as this will fail in release builds. Also, `2>&1` can be stripped.

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


More information about the llvm-commits mailing list