[llvm] r226708 - InstCombine: Don't strip bitcasts off of callsites marked 'thunk'

Hans Wennborg hans at chromium.org
Thu Jan 22 11:42:53 PST 2015


On Wed, Jan 21, 2015 at 2:32 PM, David Majnemer
<david.majnemer at gmail.com> wrote:
> Author: majnemer
> Date: Wed Jan 21 16:32:04 2015
> New Revision: 226708
>
> URL: http://llvm.org/viewvc/llvm-project?rev=226708&view=rev
> Log:
> InstCombine: Don't strip bitcasts off of callsites marked 'thunk'
>
> The return type of a thunk is meaningless, we just want the arguments
> and return value to be forwarded.

I've merged this to 3.6 in r226854.

Thanks,
Hans



More information about the llvm-commits mailing list