blob: e7cf59b3394e30e894ef941a95c6eb9090c3c5c7 [file] [log] [blame]
# RUN: llc -mtriple=aarch64-linux-gnu -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
---
name: test_implicit_def
registers:
body: |
bb.0.entry:
liveins:
; CHECK-LABEL: name: test_implicit_def
; CHECK: [[LO:%[0-9]+]](s64) = G_IMPLICIT_DEF
; CHECK: [[HI:%[0-9]+]](s64) = G_IMPLICIT_DEF
; CHECK: %0(s128) = G_MERGE_VALUES [[LO]](s64), [[HI]](s64)
%0:_(s128) = G_IMPLICIT_DEF
...