Skip to content

Commit 493d504

Browse files
author
Thorsten Schütt
authored
[GlobalIsel] Fix Machine Verifier errors (#99018)
temporary solution. For discussion see #98894 Permanent solution could be: REQUIRES: default_triple
1 parent 484fdb9 commit 493d504

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

llvm/test/MachineVerifier/test_g_extract_subvector.mir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: not --crash llc -o - -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
1+
# RUN: not --crash llc -o - -run-pass=none -verify-machineinstrs -mtriple=arm64 %s 2>&1 | FileCheck %s
2+
# REQUIRES: aarch64-registered-target
23
---
34
name: g_extract_subvector
45
tracksRegLiveness: true

llvm/test/MachineVerifier/test_g_insert_subvector.mir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: not --crash llc -o - -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
1+
# RUN: not --crash llc -o - -run-pass=none -verify-machineinstrs -mtriple=arm64 %s 2>&1 | FileCheck %s
2+
# REQUIRES: aarch64-registered-target
23

34
---
45
name: g_splat_vector

llvm/test/MachineVerifier/test_g_vscale.mir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: not --crash llc -verify-machineinstrs -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
1+
# RUN: not --crash llc -verify-machineinstrs -mtriple=arm64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2+
# REQUIRES: aarch64-registered-target
23

34
---
45
name: g_vscale

0 commit comments

Comments
 (0)