Skip to content

Commit 0fed4b8

Browse files
committed
Remove -verify-machineinstrs
1 parent 522468c commit 0fed4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.v2i65.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s | FileCheck %s
2+
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -stop-after=irtranslator -o - %s | FileCheck %s
33

44
define <2 x i65> @v2i65_func_void() #0 {
55
; CHECK-LABEL: name: v2i65_func_void

llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.v2i65.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s | FileCheck %s
2+
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=fiji -stop-after=irtranslator -o - %s | FileCheck %s
33

44
define void @void_func_v2i65(<2 x i65> %arg0) #0 {
55
; CHECK-LABEL: name: void_func_v2i65

0 commit comments

Comments
 (0)