[llvm] [IR][REVEC] Define llvm.vector.broadcast intrinsic (PR #208212)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 02:43:00 PDT 2026
================
@@ -0,0 +1,9 @@
+; RUN: not --crash llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s
+
+; CHECK: LLVM ERROR: Do not know how to widen this operator's operand!
----------------
gbossu wrote:
I'll add a commit to handle that case as well actually, I don't think it's that hard.
https://github.com/llvm/llvm-project/pull/208212
More information about the llvm-commits
mailing list