[llvm] [HVX] Support lowering of setuo, seto. (PR #140765)

Alexey Karyakin via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 11:21:14 PDT 2025


================
@@ -0,0 +1,28 @@
+;; RUN: llc --mtriple=hexagon -mattr=+hvxv79,+hvx-length128b %s -o - | FileCheck %s
----------------
quic-akaryaki wrote:

Please use `-mcpu=hexagonv79 -mattr=+hvx` instead of `-mattr=+hvxv79` so different versions for scalar core and HVX do not get mixed. 

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


More information about the llvm-commits mailing list