[llvm] [hexagon] Require "asserts" build for widen-not-load test (PR #117414)
Yashas Andaluri via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 23:23:42 PST 2024
================
@@ -1,6 +1,8 @@
; Test that double word post increment load is not generated.
-; RUN: llc -march=hexagon -O2 -debug-only=hexagon-load-store-widening %s -o 2>&1 - | FileCheck %s
+; REQUIRES: asserts
+; RUN: llc -march=hexagon -O2 -debug-only=hexagon-load-store-widening \
+; RUN %s -o 2>&1 - | FileCheck %s
----------------
yandalur wrote:
The second RUN line is missing a colon
https://github.com/llvm/llvm-project/pull/117414
More information about the llvm-commits
mailing list