File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
llvm/test/MachineVerifier Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
2
3
---
3
4
name : g_extract_subvector
4
5
tracksRegLiveness : true
Original file line number Diff line number Diff line change 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
2
3
3
4
---
4
5
name : g_splat_vector
Original file line number Diff line number Diff line change 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
2
3
3
4
---
4
5
name : g_vscale
You can’t perform that action at this time.
0 commit comments