[llvm] [FastISel][X86] Use getTypeForExtReturn in GetReturnInfo. (PR #80803)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 00:24:36 PST 2024


https://github.com/phoebewang approved this pull request.

Given DAGIsel doesn't do zeroext on callee and both do zeroext in caller https://godbolt.org/z/e4qf3Mdrn. I think we are save to go with this patch.

https://github.com/llvm/llvm-project/pull/80803


More information about the llvm-commits mailing list