Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / GlobalISel / inttoptr.ll
blob64daf4ea6d95720234c4540321998cdaa4e17e34
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=CHECK
4 define ptr @inttoptr_p0_s64(i64 %val) {
5 ; CHECK-LABEL: inttoptr_p0_s64:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    movq %rdi, %rax
8 ; CHECK-NEXT:    retq
9 entry:
10   %0 = inttoptr i64 %val to ptr
11   ret ptr %0