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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 13:19:44 PST 2021


nickdesaulniers added a comment.

This patch also fixes the test case in D88438 <https://reviews.llvm.org/D88438> (and D88438 <https://reviews.llvm.org/D88438> also fixes this test case).  So two different ways of solving similar bugs.
(ie. either would fix https://github.com/ClangBuiltLinux/linux/issues/1161 and https://github.com/ClangBuiltLinux/linux/issues/1252).  I don't feel strongly either way; maybe reviewers could take a look at both approaches?


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