[PATCH] D109789: [SCEV] Stop blindly propagating flags from inbound geps to SCEV nodes

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 10:38:35 PST 2021


reames added a comment.

In D109789#3174736 <https://reviews.llvm.org/D109789#3174736>, @dim wrote:

> From a fellow FreeBSD user I received a test case which *appears* to be fixed by this particular review/commit, and which otherwise leads to an assertion:

I would doubt there's any connection here.  I suspect that if you reduce this to an IR example using clang-13 and llvm-reduce/bugpoint that the reduced test case would still trigger after this change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109789/new/

https://reviews.llvm.org/D109789



More information about the llvm-commits mailing list