[llvm] [hexagon] Require "asserts" build for widen-not-load test (PR #117414)

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 23 07:30:12 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
----------------
androm3da wrote:

Fixed, thanks for catching it.

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


More information about the llvm-commits mailing list