empty-insertvalue.ll 153 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: llc < %s define void @f() { entry: %0 = insertvalue { [0 x { i8*, i8* }], [0 x { i8*, i64 }] } undef, [0 x { i8*, i8* }] undef, 0 ret void }