blob: 40a794417b4c6f52e89a5cabc084eeeb27929335 [file] [log] [blame] [edit]
; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -argext-abi-check 2>&1 \
; RUN: | FileCheck %s
; REQUIRES: asserts
;
; Test detection of missing extension of an outgoing i16 call argument.
define void @caller() {
call void @bar_Struct(i16 123)
ret void
}
declare void @bar_Struct(i16 %Arg)
; CHECK: Narrow integer argument must have a valid extension type