[llvm] Handle Call Operand vxi1 in Hexagon Backend (PR #128027)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 23:46:39 PST 2025
================
@@ -0,0 +1,39 @@
+;RUN: llc -mtriple=hexagon -mattr=+hvxv79,+hvx-length128b < %s -o - | FileCheck %s
----------------
pkarveti wrote:
For the v128i1 type in 64-byte mode, it currently fails. We are actively working on adding support for v128i1 in 64-byte mode in the future.
https://github.com/llvm/llvm-project/pull/128027
More information about the llvm-commits
mailing list