| #RUN: not --crash llc -march=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s |
| # REQUIRES: aarch64-registered-target |
| %vector:_(<2 x s64>) = COPY $q0 |
| ; CHECK: Bad machine code: All register operands must have scalar types |
| ; CHECK: instruction: %no_ptrs:_(s32) = G_LROUND %ptr:_(p0) |
| %no_ptrs:_(s32) = G_LROUND %ptr:_(p0) |
| ; CHECK: Bad machine code: All register operands must have scalar types |
| ; CHECK: instruction: %no_vectors:_(s32) = G_LROUND %vector:_(<2 x s64>) |
| %no_vectors:_(s32) = G_LROUND %vector:_(<2 x s64>) |