[llvm] Bug fixes for ISelLowering for HVX (PR #164416)

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 12:41:34 PDT 2025


================
@@ -0,0 +1,89 @@
+;; RUN: llc --mtriple=hexagon -mattr=+hvxv79,+hvx-length128b %s -o - | FileCheck %s
+;; Sanity check for lowering masked scatter without assertion errors.
+
----------------
androm3da wrote:

> Can it be simplified

`llvm-reduce` can mechanically reduce the test case, it might be useful here if it wasn't used already.

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


More information about the llvm-commits mailing list