Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / memory64-feature.ll
blobbd277dfdc37d3cef190c5907a4a6caf224ee47fe
1 ; RUN: llc -mcpu=mvp < %s | FileCheck %s
3 ; Test that wasm64 is properly emitted into the target features section
5 target triple = "wasm64-unknown-unknown"
7 define void @foo() {
8   ret void
11 ; CHECK-LABEL: .custom_section.target_features
12 ; CHECK-NEXT: .int8 1
13 ; CHECK-NEXT: .int8 43
14 ; CHECK-NEXT: .int8 8
15 ; CHECK-NEXT: .ascii "memory64"