[llvm] r293228 - GlobalISel: support debug intrinsics.

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 16:57:47 PST 2017


Got it. r293351.

On Fri, Jan 27, 2017 at 4:27 PM, Evgenii Stepanov
<eugeni.stepanov at gmail.com> wrote:
> Did not help.
> Looking at this:
> http://llvm-cs.pcc.me.uk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h/rOperandsMapping
>
> Should not OperandsMapping be a unique_ptr or something? I don't see
> how it is deleted.
>
> On Fri, Jan 27, 2017 at 4:06 PM, Tim Northover <tnorthover at apple.com> wrote:
>> On 27 Jan 2017, at 15:11, Renato Golin <renato.golin at linaro.org> wrote:
>>> Yup, looks like this way.
>>
>> I'm hoping I've fixed most of the issues in r293347. Unfortunately -fsanitize=leak isn't supported on macOS and my Linux box is strewn across my floor at the moment so I won't be able to verify that I've got all of them very easily until tomorrow (hopefully).
>>
>> I'll watch the bot and see what I can do from that.
>>
>> Cheers.
>>
>> Tim.


More information about the llvm-commits mailing list