[llvm] [HEXAGON] Fix corner cases for hwloops pass (PR #135439)

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 17:36:22 PDT 2025


================
@@ -0,0 +1,281 @@
+# RUN: llc -run-pass=hwloops %s -o - | FileCheck %s
----------------
androm3da wrote:

Needs `--mtriple=hexagon`.

This causes a CI failure.

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


More information about the llvm-commits mailing list