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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 01:29:53 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.
----------------
fhahn wrote:

Unfortunately I wasn't able to

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


More information about the llvm-commits mailing list