[PATCH] D104741: [SCEV] Support single-cond range check idiom in applyLoopGuards.
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 11:29:49 PDT 2021
void added a comment.
In D104741#2990044 <https://reviews.llvm.org/D104741#2990044>, @reames wrote:
> In D104741#2983158 <https://reviews.llvm.org/D104741#2983158>, @void wrote:
>
>> This commit is breaking the Linux kernel built with it. The kernel's based on version 4.15. When I compile the kernel with it, the system doesn't boot.
>
> It looks like this was tracked down in PR51760, and fixed. Can you confirm that it is in fact the same issue?
That fix did fix my issue. :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104741/new/
https://reviews.llvm.org/D104741
More information about the llvm-commits
mailing list