Author: Nikita Popov Date: 2025-10-28T09:13:57Z New Revision: 495a2ab653aecdb59b41ccf63de3ab17df043589
URL: https://github.com/llvm/llvm-project/commit/495a2ab653aecdb59b41ccf63de3ab17df043589 DIFF: https://github.com/llvm/llvm-project/commit/495a2ab653aecdb59b41ccf63de3ab17df043589.diff LOG: [Hexagon] Add REQUIRES: asserts to test This test uses -debug-only, so needs an assertion-enabled build. Added: Modified: llvm/test/CodeGen/Hexagon/insert-big.ll Removed: ################################################################################ diff --git a/llvm/test/CodeGen/Hexagon/insert-big.ll b/llvm/test/CodeGen/Hexagon/insert-big.ll index a298930b6da6d..8735a6679bf54 100644 --- a/llvm/test/CodeGen/Hexagon/insert-big.ll +++ b/llvm/test/CodeGen/Hexagon/insert-big.ll @@ -14,6 +14,8 @@ ; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=4 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s ; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=5 -debug-only=hexinsert -stop-after hexinsert < %s 2>&1 | FileCheck %s +; REQUIRES: asserts + define i32 @f(i32 %0, i32 %1, i32 %2) { entry: switch i32 %0, label %common.ret1 [ _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
