llvm-project
41ef3d08 - [FastISel] Lower call instruction with illegal type returned (#180322)

Commit
43 days ago
[FastISel] Lower call instruction with illegal type returned (#180322) Fix issue https://github.com/llvm/llvm-project/issues/179100 When lowering the call instruction with illegal type returned, we should bail out and transfer the lowering to DAG. Otherwise the return value is not promoted to proper type, but DAG would assume it has been promoted. --------- Co-authored-by: Yuanke Luo <ykluo@birentech.com>
Author
Parents
Loading