aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/memory64-feature.ll
blob: bd277dfdc37d3cef190c5907a4a6caf224ee47fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; RUN: llc -mcpu=mvp < %s | FileCheck %s

; Test that wasm64 is properly emitted into the target features section

target triple = "wasm64-unknown-unknown"

define void @foo() {
  ret void
}

; CHECK-LABEL: .custom_section.target_features
; CHECK-NEXT: .int8 1
; CHECK-NEXT: .int8 43
; CHECK-NEXT: .int8 8
; CHECK-NEXT: .ascii "memory64"