[PATCH] D94470: [LSR] Don't break a critical edge if parent ends with "callbr"

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 13:10:23 PST 2021


void added a comment.

In D94470#2494138 <https://reviews.llvm.org/D94470#2494138>, @nickdesaulniers wrote:

> In D94470#2493986 <https://reviews.llvm.org/D94470#2493986>, @void wrote:
>
>> In D94470#2493138 <https://reviews.llvm.org/D94470#2493138>, @nickdesaulniers wrote:
>>
>>> I guess the presence of the profile data makes it difficult to use bugpoint to reduce the test case more?
>>
>> It looks like I was able to reduce it. PTAL.
>
> The test case passes for me on ToT; was it over-reduced perhaps?

It fails for me. Are you running it with assertions enabled?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94470



More information about the llvm-commits mailing list