[llvm] Fixes [AArch64] Assertion `EltCnt.isKnownEven() && "Cannot halve vector with odd number of elements."' failed. (PR #166528)

Shakil Ahmed via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 08:09:48 PST 2025


================
@@ -0,0 +1,10 @@
+; RUN: opt -mtriple=aarch64-unknown-linux-gnu -mattr=+sve -passes=vector-combine %s -S -o - | FileCheck %s
----------------
ahmedshakill wrote:

Thanks. I get it now.

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


More information about the llvm-commits mailing list