[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 12:07:22 PST 2021


void added a comment.

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.


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