mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[NFC] Fix typo in triples from unkown to unknown
This commit is contained in:
parent
f4899fdead
commit
5777c725bf
@ -1,8 +1,8 @@
|
|||||||
; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \
|
; RUN: llc -mtriple powerpc64le-unknown-gnu-linux -relocation-model=pic \
|
||||||
; RUN: < %s | FileCheck %s
|
; RUN: < %s | FileCheck %s
|
||||||
; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=static \
|
; RUN: llc -mtriple powerpc64le-unknown-gnu-linux -relocation-model=static \
|
||||||
; RUN: < %s | FileCheck --check-prefix=STATIC %s
|
; RUN: < %s | FileCheck --check-prefix=STATIC %s
|
||||||
; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \
|
; RUN: llc -mtriple powerpc64le-unknown-gnu-linux -relocation-model=pic \
|
||||||
; RUN: < %s | FileCheck %s
|
; RUN: < %s | FileCheck %s
|
||||||
|
|
||||||
; globals
|
; globals
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
; DAG combine, this ends up doing both a splat and a shuffle.
|
; DAG combine, this ends up doing both a splat and a shuffle.
|
||||||
|
|
||||||
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
|
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
|
||||||
target triple = "wasm32-unknown-unkown"
|
target triple = "wasm32-unknown-unknown"
|
||||||
|
|
||||||
; CHECK-LABEL: f32x4_splat:
|
; CHECK-LABEL: f32x4_splat:
|
||||||
; CHECK-NEXT: .functype f32x4_splat (f32) -> (v128){{$}}
|
; CHECK-NEXT: .functype f32x4_splat (f32) -> (v128){{$}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc -fast-isel=true -O1 -mtriple=x86_64-unkown-linux-gnu -start-before=codegenprepare -stop-after=codegenprepare -o - < %s | FileCheck %s
|
; RUN: llc -fast-isel=true -O1 -mtriple=x86_64-unknown-linux-gnu -start-before=codegenprepare -stop-after=codegenprepare -o - < %s | FileCheck %s
|
||||||
|
|
||||||
; CHECK-LABEL: @foo
|
; CHECK-LABEL: @foo
|
||||||
define void @foo() {
|
define void @foo() {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+atomics < %s | FileCheck %s
|
# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+atomics < %s | FileCheck %s
|
||||||
|
|
||||||
main:
|
main:
|
||||||
.functype main () -> ()
|
.functype main () -> ()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+bulk-memory < %s | FileCheck %s
|
# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+bulk-memory < %s | FileCheck %s
|
||||||
|
|
||||||
main:
|
main:
|
||||||
.functype main () -> ()
|
.functype main () -> ()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+unimplemented-simd128 < %s | FileCheck %s
|
# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+unimplemented-simd128 < %s | FileCheck %s
|
||||||
|
|
||||||
main:
|
main:
|
||||||
.functype main () -> ()
|
.functype main () -> ()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# RUN: llvm-mc -show-encoding -triple=wasm32-unkown-unknown -mattr=+tail-call < %s | FileCheck %s
|
# RUN: llvm-mc -show-encoding -triple=wasm32-unknown-unknown -mattr=+tail-call < %s | FileCheck %s
|
||||||
|
|
||||||
bar1:
|
bar1:
|
||||||
.functype bar1 () -> ()
|
.functype bar1 () -> ()
|
||||||
|
Loading…
Reference in New Issue
Block a user