nikic added a comment.
@mstorsjo Thanks! I've reduced this to a crash in `-argpromotion`:
efine void @caller() {
call i32 @callee(ptr null)
ret void
}
define internal void @callee(ptr %p) {
ret void
}
Similar issue with function type mismatch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123300/new/
https://reviews.llvm.org/D123300
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits