[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / ghc-cc-03.ll
blob1761cc4f09b71fb6df3056e6560551488f60eefe
1 ; Check that the GHC calling convention works (s390x)
2 ; In GHC calling convention the only allowed return type is void
4 ; RUN: not --crash llc -mtriple=s390x-ibm-linux < %s 2>&1 | FileCheck %s
6 define ghccc i64 @foo() nounwind {
7 entry:
8   ret i64 42
11 ; CHECK: LLVM ERROR: GHC functions return void only