[llvm] [LV] Check isPredInst instead of isScalarWithPred in uniform analysis. (PR #98892)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 15:38:46 PDT 2024


================
@@ -0,0 +1,391 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -p loop-vectorize -mtriple aarch64 -mcpu=neoverse-v1 -S %s | FileCheck %s
+
+; Test case for https://github.com/llvm/llvm-project/issues/94328.
----------------
ayalz wrote:

Wonder if a smaller reproducer could be devised?

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


More information about the llvm-commits mailing list