[PATCH] D123993: [MachineSink][NFC] delete some useless code
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 03:55:34 PDT 2022
shchenz abandoned this revision.
shchenz added a comment.
In D123993#3473873 <https://reviews.llvm.org/D123993#3473873>, @nikic wrote:
> If I replace this check with an assertion, I get 63 assertion failures in X86 tests.
Yeah, I also got some assertion failures on PowerPC. They are related to sinking instructions with PHI users. Thanks for the good assertions ways. @nikic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123993/new/
https://reviews.llvm.org/D123993
More information about the llvm-commits
mailing list