[llvm] Handle Call Operand vxi1 in Hexagon Backend (PR #128027)

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 05:45:50 PST 2025


================
@@ -0,0 +1,39 @@
+;RUN: llc -mtriple=hexagon -mattr=+hvxv79,+hvx-length128b < %s -o - | FileCheck %s
----------------
androm3da wrote:

I will let @HazyFish or @alexrp comment on this, but my thoughts are that this change is a good one - so  I see no reason for it not to proceed.

I suggested adding the `Fixes` to this commit message above.  But if there's qualifiers required, like "only with hvx", or "only with hvx 128b", then I don't think we can mark these as fixed yet.

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


More information about the llvm-commits mailing list