Skip to content

Commit 3015d7c

Browse files
Thorsten Schüttyuxuanchen1997
authored andcommitted
[GlobalIsel] Fix Machine Verifier errors (#99018)
Summary: temporary solution. For discussion see #98894 Permanent solution could be: REQUIRES: default_triple Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251709
1 parent fe36953 commit 3015d7c

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)