[llvm] db478ba - [Hexagon] Add REQUIRES: asserts to test

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 00:40:08 PDT 2025


Author: Nikita Popov
Date: 2025-10-21T09:39:18+02:00
New Revision: db478ba75d342c4926685a90206bfb630c39f19e

URL: https://github.com/llvm/llvm-project/commit/db478ba75d342c4926685a90206bfb630c39f19e
DIFF: https://github.com/llvm/llvm-project/commit/db478ba75d342c4926685a90206bfb630c39f19e.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 [


        


More information about the llvm-commits mailing list