brintos

brintos / llvm-project-archived public Read only

0
0
Text · 360 B · c302d41 Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=x86_64-linux-gnu -fast-isel -fast-isel-abort=1 < %s -o - | FileCheck %s3 4define i64 @ptrtoaddr(ptr %p) {5; CHECK-LABEL: ptrtoaddr:6; CHECK:       # %bb.0:7; CHECK-NEXT:    movq %rdi, %rax8; CHECK-NEXT:    retq9  %addr = ptrtoaddr ptr %p to i6410  ret i64 %addr11}12