[llvm] a7cbd41 - [BoundsChecking][test] Remove duplicate RUNS

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 09:00:56 PST 2025


Author: Vitaly Buka
Date: 2025-01-09T09:00:50-08:00
New Revision: a7cbd41000f55c0475bbfb42a2bb7af418c47a35

URL: https://github.com/llvm/llvm-project/commit/a7cbd41000f55c0475bbfb42a2bb7af418c47a35
DIFF: https://github.com/llvm/llvm-project/commit/a7cbd41000f55c0475bbfb42a2bb7af418c47a35.diff

LOG: [BoundsChecking][test] Remove duplicate RUNS

Fixing failed conflict resolution in #122229.

Added: 
    

Modified: 
    llvm/test/Instrumentation/BoundsChecking/runtimes.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/BoundsChecking/runtimes.ll b/llvm/test/Instrumentation/BoundsChecking/runtimes.ll
index d61627287a31af..6695e0fa549fa7 100644
--- a/llvm/test/Instrumentation/BoundsChecking/runtimes.ll
+++ b/llvm/test/Instrumentation/BoundsChecking/runtimes.ll
@@ -9,9 +9,6 @@
 ; RUN: opt < %s -passes='bounds-checking<min-rt>'       -S | FileCheck %s --check-prefixes=MINRT-NOMERGE
 ; RUN: opt < %s -passes='bounds-checking<min-rt-abort>' -S | FileCheck %s --check-prefixes=MINRTABORT-NOMERGE
 ;
-; RUN: opt < %s -passes='bounds-checking<trap;merge>'   -S | FileCheck %s --check-prefixes=TR
-; RUN: opt < %s -passes='bounds-checking<rt;merge>'     -S | FileCheck %s --check-prefixes=RT
-
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 
 define void @f1(i64 %x) nounwind {


        


More information about the llvm-commits mailing list