[llvm] r364536 - [Backend] Keep call site info valid through the backend

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 09:09:49 PDT 2019


It is fixed with the rL364549.

Regards,
Djordje

On 27.6.19. 18:06, Matt Arsenault wrote:
> 
> 
>> On Jun 27, 2019, at 09:10, Djordje Todorovic via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>
>>   UseMI->eraseFromParent();
>> +  if (UseMI->isCall())
>> +    UseMI->getMF()->updateCallSiteInfo(UseMI, FoldMI);
> 
> 
> This is a use after free?


More information about the llvm-commits mailing list