[llvm] c894d3a - Fixup a test for #116330, to make `REQUIRES:asserts`
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 23 18:44:07 PST 2024
Author: NAKAMURA Takumi
Date: 2024-11-24T11:43:44+09:00
New Revision: c894d3a846f351e592bf917ace57c7d2fcbeddc8
URL: https://github.com/llvm/llvm-project/commit/c894d3a846f351e592bf917ace57c7d2fcbeddc8
DIFF: https://github.com/llvm/llvm-project/commit/c894d3a846f351e592bf917ace57c7d2fcbeddc8.diff
LOG: Fixup a test for #116330, to make `REQUIRES:asserts`
`-debug-only` is available only in +Asserts.
Added:
Modified:
llvm/test/CodeGen/Hexagon/widen-not-load.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Hexagon/widen-not-load.ll b/llvm/test/CodeGen/Hexagon/widen-not-load.ll
index 6206a0a5367e49..d8d658342616c3 100644
--- a/llvm/test/CodeGen/Hexagon/widen-not-load.ll
+++ b/llvm/test/CodeGen/Hexagon/widen-not-load.ll
@@ -1,4 +1,5 @@
; Test that double word post increment load is not generated.
+; REQUIRES: asserts
; RUN: llc -march=hexagon -O2 -debug-only=hexagon-load-store-widening %s -o 2>&1 - | FileCheck %s
More information about the llvm-commits
mailing list