[PATCH] D104741: [SCEV] Support single-cond range check idiom in applyLoopGuards.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 11:26:05 PDT 2021


reames added a comment.

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?


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