NaryReassociate: Remove redundant run lines
These only differed in quoting the passes argument or not. There is further redundancy in some of these tests, but they split the invocation across multiple opt runs
This commit is contained in:
committed by
Matt Arsenault
parent
0d68bad78a
commit
e90d40afaf
@@ -1,5 +1,4 @@
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
declare i32 @llvm.smax.i32(i32 %a, i32 %b)
|
||||
declare i64 @llvm.umin.i64(i64, i64)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
declare i32 @llvm.smax.i32(i32 %a, i32 %b)
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
declare i32 @llvm.smin.i32(i32 %a, i32 %b)
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
declare i32 @llvm.umax.i32(i32 %a, i32 %b)
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
declare i32 @llvm.umin.i32(i32 %a, i32 %b)
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='nary-reassociate' -S | FileCheck %s
|
||||
|
||||
define i32 @foo(i32 %t4) {
|
||||
; CHECK-LABEL: @foo(
|
||||
|
||||
Reference in New Issue
Block a user