[PATCH] D133772: [aarch64] add missing run line to a test
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 05:55:55 PDT 2022
thakis created this revision.
thakis added a reviewer: t.p.northover.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
thakis requested review of this revision.
Herald added a project: LLVM.
The CHECK-IOS lines were added in 1c353419ab51f, but without a
matching FileCheck invocation. Add it.
The dead CHECK-IOS lines were found by Daniel Bertalan.
https://reviews.llvm.org/D133772
Files:
llvm/test/CodeGen/AArch64/jump-table.ll
Index: llvm/test/CodeGen/AArch64/jump-table.ll
===================================================================
--- llvm/test/CodeGen/AArch64/jump-table.ll
+++ llvm/test/CodeGen/AArch64/jump-table.ll
@@ -1,6 +1,7 @@
; RUN: llc -no-integrated-as -verify-machineinstrs -o - %s -mtriple=aarch64-none-linux-gnu -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s
; RUN: llc -no-integrated-as -code-model=large -verify-machineinstrs -o - %s -mtriple=aarch64-none-linux-gnu -aarch64-enable-atomic-cfg-tidy=0 | FileCheck --check-prefix=CHECK-LARGE %s
; RUN: llc -no-integrated-as -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -relocation-model=pic -aarch64-enable-atomic-cfg-tidy=0 -o - %s | FileCheck --check-prefix=CHECK-PIC %s
+; RUN: llc -no-integrated-as -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios -aarch64-enable-atomic-cfg-tidy=0 | FileCheck --check-prefix=CHECK-IOS %s
; RUN: llc -no-integrated-as -code-model=tiny -verify-machineinstrs -o - %s -mtriple=aarch64-none-linux-gnu -aarch64-enable-atomic-cfg-tidy=0 | FileCheck --check-prefix=CHECK-TINY %s
define i32 @test_jumptable(i32 %in) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133772.459724.patch
Type: text/x-patch
Size: 1118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220913/a3d06ea1/attachment.bin>
More information about the llvm-commits
mailing list