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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 13:44:25 PST 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

In D94470#2493961 <https://reviews.llvm.org/D94470#2493961>, @void wrote:

> In D94470#2493295 <https://reviews.llvm.org/D94470#2493295>, @MaskRay wrote:
>
>> The test should be added in `test/Transforms/PGOProfile/`, see D87435 <https://reviews.llvm.org/D87435>
>
> The error isn't in `opt` but in `llc` though. In fact, I don't think it's specific to PGO, but only triggered by it.

Then it should be in `llvm/test/Transforms/LoopStrengthReduce/`


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