brintos

brintos / llvm-project-archived public Read only

0
0
Text · 631 B · 1eb50d5 Raw
19 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 62; RUN: llc < %s -asm-verbose=false -fast-isel -fast-isel-abort=0 -verify-machineinstrs | FileCheck %s3 4target triple = "wasm32-unknown-unknown"5 6declare void @extern48(i48)7 8; CHECK-LABEL: call_trunc_i64_to_i48:9; CHECK:       local.get 010; CHECK-NEXT:  call extern4811; CHECK-NEXT:  end_function12define void @call_trunc_i64_to_i48(i64 %x) {13  %x48 = trunc i64 %x to i4814  call void @extern48(i48 %x48)15  ret void16}17;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:18; CHECK: {{.*}}19