[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / args-16.ll
blob846100146e7908c4ebc3c1acb0e0dab81f460b7a
1 ; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -argext-abi-check 2>&1 \
2 ; RUN:   | FileCheck %s
3 ; REQUIRES: asserts
5 ; Test detection of missing extension of an i16 return value.
7 define i16 @callee_MissingRetAttr() {
8   ret i16 -1
11 ; CHECK: ERROR: Missing extension attribute of returned value from function:
12 ; CHECK: i16 @callee_MissingRetAttr()
13 ; CHECK: UNREACHABLE executed