[LLVMdev] signext on function parameters and return.

Tim Northover t.p.northover at gmail.com
Thu Jul 23 13:47:29 PDT 2015


On 23 July 2015 at 13:25, Steve King <steve at metrokings.com> wrote:
> Thanks for the great help.  Should these classify calls be moved down
> into the ABIInfo base class?  They also are not marked virtual yet
> targets are expected override as needed.

They're only ever called from the virtual "computeInfo" function,
which varies non-trivially across targets. So I don't think moving
them down would really achieve much beyond introducing an extra
unnecessary virtual call.

Cheers.

Tim.



More information about the llvm-dev mailing list