rjmccall added inline comments.
================ Comment at: clang/lib/CodeGen/TargetInfo.cpp:1997 case ABIArgInfo::Ignore: + case ABIArgInfo::IndirectAliased: return false; ---------------- arsenm wrote: > rjmccall wrote: > > In principle, this can be `inreg` just as much as Indirect can. > The IR verifier currently will reject byref + inreg Why? `inreg` is essentially orthogonal. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79744/new/ https://reviews.llvm.org/D79744 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits