[llvm] 79d8774 - [aarch64] add missing run line to a test
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 10:37:16 PDT 2022
Author: Nico Weber
Date: 2022-10-05T13:36:59-04:00
New Revision: 79d87740b7f5bc1c7181d32475a31165858ecfc9
URL: https://github.com/llvm/llvm-project/commit/79d87740b7f5bc1c7181d32475a31165858ecfc9
DIFF: https://github.com/llvm/llvm-project/commit/79d87740b7f5bc1c7181d32475a31165858ecfc9.diff
LOG: [aarch64] add missing run line to a test
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.
Differential Revision: https://reviews.llvm.org/D133772
Added:
Modified:
llvm/test/CodeGen/AArch64/jump-table.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/jump-table.ll b/llvm/test/CodeGen/AArch64/jump-table.ll
index 091d29fddb40a..5b414d5b5e33d 100644
--- a/llvm/test/CodeGen/AArch64/jump-table.ll
+++ b/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) {
More information about the llvm-commits
mailing list