[llvm] Handle Call Operand vxi1 in Hexagon Backend (PR #128027)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 23:49:12 PST 2025
================
@@ -0,0 +1,39 @@
+;RUN: llc -mtriple=hexagon -mattr=+hvxv79,+hvx-length128b < %s -o - | FileCheck %s
----------------
pkarveti wrote:
We can only lower v4i1 and v8i1 to scalar code when HVX isn't enabled. We are working on adding support for other types as well.
https://github.com/llvm/llvm-project/pull/128027
More information about the llvm-commits
mailing list