[InstCombine] Shift amount reassociation in bittest: trunc-of-lshr (PR42399)
[llvm-complete.git] / test / Linker / Inputs / byval-types-1.ll
blob3da8b91f619e38c6c312b31cb5f1823988058c83
1 %struct = type {i32, i8}
3 declare void @baz(%struct* byval(%struct))
5 define void @foo(%struct* byval(%struct) %a) {
6   call void @baz(%struct* byval(%struct) %a)
7   ret void