[PATCH] D105310: Mark SRet argument as pointer in SelectionDAGISel::LowerArguments

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 3 06:39:13 PDT 2021


pengfei added a comment.

I think the only thing X86 does for the pointer type is zero extend it to i64. So I think only x32 should be affected by it. Add @hvdijk who is familiar with x32 calling conversion.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105310/new/

https://reviews.llvm.org/D105310



More information about the llvm-commits mailing list