1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s
3 # RUN: llc -debugify-and-strip-all-safe -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s
5 name: test_combine_ptrtoint
10 ; CHECK-LABEL: name: test_combine_ptrtoint
11 ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
12 ; CHECK: $x1 = COPY [[COPY]](s64)
14 %1:_(p64) = G_INTTOPTR %0
15 %2:_(s64) = G_PTRTOINT %1