[PATCH] D124552: CodeGenPrepare: Replace constant PHI arguments with switch condition value
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 14:17:53 PDT 2022
MatzeB added a comment.
In D124552#3504329 <https://reviews.llvm.org/D124552#3504329>, @thakis wrote:
> This broke tests everywhere, e.g. https://lab.llvm.org/buildbot/#/builders/109/builds/38284
>
> Please take a look.
Thanks for the notification! I did notice the build breakage mails but had to get out of some meetings first. Anyway I think I fixed things with https://reviews.llvm.org/rG3bf643eb12c5e2263fc3b46b2e22964eb91eee17 now. Will double check that that does indeed cover all problems.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124552/new/
https://reviews.llvm.org/D124552
More information about the llvm-commits
mailing list