forked from OSchip/llvm-project
16 lines
439 B
YAML
16 lines
439 B
YAML
#RUN: not llc -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
|
|
# REQUIRES: global-isel, aarch64-registered-target
|
|
|
|
---
|
|
name: test_fconstant_vector
|
|
legalized: true
|
|
regBankSelected: false
|
|
selected: false
|
|
tracksRegLiveness: true
|
|
liveins:
|
|
body: |
|
|
bb.0:
|
|
; CHECK: Bad machine code: Instruction cannot use a vector result type
|
|
%0:_(<2 x s32>) = G_FCONSTANT float 0.0
|
|
...
|