18 lines
697 B
YAML
18 lines
697 B
YAML
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
|
# RUN: llc -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s
|
|
# RUN: llc -debugify-and-strip-all-safe -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s
|
|
---
|
|
name: test_combine_ptrtoint
|
|
body: |
|
|
bb.1:
|
|
liveins: $x0, $x1
|
|
|
|
; CHECK-LABEL: name: test_combine_ptrtoint
|
|
; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
|
|
; CHECK: $x1 = COPY [[COPY]](s64)
|
|
%0:_(s64) = COPY $x0
|
|
%1:_(p64) = G_INTTOPTR %0
|
|
%2:_(s64) = G_PTRTOINT %1
|
|
$x1 = COPY %2
|
|
...
|