Skip to content

Commit 7e77d31

Browse files
committed
[test] Remove unnecessary -verify-machineinstrs=0
Issue #38784 seems to be fixed and removing these doesn't cause any issues.
1 parent dc850fb commit 7e77d31

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t.o %s
88

9-
; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
109
; RUN: llvm-lto2 run -thinlto-distributed-indexes -disable-thinlto-funcattrs=0 %t.o \
1110
; RUN: -whole-program-visibility \
12-
; RUN: -verify-machineinstrs=0 \
1311
; RUN: -o %t2.index \
1412
; RUN: -r=%t.o,test,px \
1513
; RUN: -r=%t.o,_ZN1A1nEi,p \

llvm/test/ThinLTO/X86/devirt.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@
6262
; RUN: -r=%t2.o,_ZTV1C,px \
6363
; RUN: -r=%t2.o,_ZTV1D,px 2>&1 | FileCheck %s --check-prefix=SKIP
6464

65-
; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
6665
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
6766
; RUN: -whole-program-visibility \
68-
; RUN: -verify-machineinstrs=0 \
6967
; RUN: -o %t3 \
7068
; RUN: -r=%t.o,test,px \
7169
; RUN: -r=%t.o,_ZN1A1nEi,p \

llvm/test/ThinLTO/X86/devirt_vcall_vis_hidden.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
; Hybrid WPD
2222
; Generate split module with summary for hybrid Thin/Regular LTO WPD.
2323
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t.o %s
24-
; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
2524
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
26-
; RUN: -verify-machineinstrs=0 \
2725
; RUN: -o %t3 \
2826
; RUN: -r=%t.o,test,px \
2927
; RUN: -r=%t.o,_ZN1A1nEi,p \

llvm/test/ThinLTO/X86/devirt_vcall_vis_public.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
; Hybrid WPD
2323
; Generate split module with summary for hybrid Thin/Regular LTO WPD.
2424
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t.o %s
25-
; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
2625
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
2726
; RUN: -whole-program-visibility \
28-
; RUN: -verify-machineinstrs=0 \
2927
; RUN: -o %t3 \
3028
; RUN: -r=%t.o,test,px \
3129
; RUN: -r=%t.o,_ZN1A1nEi,p \
@@ -80,7 +78,6 @@
8078

8179
; Hybrid WPD
8280
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
83-
; RUN: -verify-machineinstrs=0 \
8481
; RUN: -o %t3 \
8582
; RUN: -r=%t.o,test,px \
8683
; RUN: -r=%t.o,_ZN1A1nEi,p \

llvm/test/ThinLTO/X86/type_test_noindircall.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
; RUN: opt -thinlto-bc -o %t.o %s
88

9-
; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
109
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
1110
; RUN: -whole-program-visibility \
12-
; RUN: -verify-machineinstrs=0 \
1311
; RUN: -r=%t.o,_ZTVN12_GLOBAL__N_18RealFileE,px \
1412
; RUN: -o %t2
1513
; RUN: llvm-dis %t2.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR
@@ -18,7 +16,6 @@
1816
; RUN: opt -thinlto-bc -thinlto-split-lto-unit=false -o %t3.o %s
1917
; RUN: llvm-lto2 run %t.o -save-temps -pass-remarks=. \
2018
; RUN: -whole-program-visibility \
21-
; RUN: -verify-machineinstrs=0 \
2219
; RUN: -r=%t.o,_ZTVN12_GLOBAL__N_18RealFileE,px \
2320
; RUN: -o %t4
2421
; RUN: llvm-dis %t4.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR

0 commit comments

Comments
 (0)