brintos

brintos / llvm-project-archived public Read only

0
0
Text · 414 B · 8d6a609 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 52; RUN: opt -S < %s -passes=dce  | FileCheck %s3 4declare float @llvm.wasm.loadf16.f32(ptr)5 6define void @test_llvm_wasm_loadf16_f32(ptr %a) {7; CHECK-LABEL: define void @test_llvm_wasm_loadf16_f32(8; CHECK-SAME: ptr [[A:%.*]]) {9; CHECK-NEXT:    ret void10;11  %v = call float @llvm.wasm.loadf16.f32(ptr %a)12  ret void13}14