summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sret_pointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS GlobalISel] Lower SRet pointer argumentsPetar Avramovic2019-09-051-0/+38
Instead of returning structure by value clang usually adds pointer to that structure as an argument. Pointers don't require special handling no matter the SRet flag. Remove unsuccessful exit from lowerCall for arguments with SRet flag if they are pointers. Differential Revision: https://reviews.llvm.org/D67179 llvm-svn: 371054
OpenPOWER on IntegriCloud