[PATCH] D106408: Allow rematerialization of virtual reg uses

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 09:52:19 PDT 2021


rampitec added a comment.

In D106408#2972416 <https://reviews.llvm.org/D106408#2972416>, @thegameg wrote:

> In D106408#2970470 <https://reviews.llvm.org/D106408#2970470>, @rampitec wrote:
>
>> In D106408#2970305 <https://reviews.llvm.org/D106408#2970305>, @thegameg wrote:
>>
>>> This might be related to https://bugs.llvm.org/show_bug.cgi?id=51655. Do you mind checking it out?
>>
>> What happened to it? Lldb is green now. Also do you mind to attach ll to the bug? For some reason I cannot build compiler-rt with sanitizers now, still trying to sort it out. This is all not needed to check RA though, if there is an ll.
>
> This is an expensive check build that does verify machineinstrs after each pass (I think), so you probably won't see it on the lldb job. I'll try to grab you an ll.

Thanks! This object seems to build fine to me with expensive checks, so I am not able to reproduce it myself.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106408/new/

https://reviews.llvm.org/D106408



More information about the llvm-commits mailing list