[PATCH] D60144: [SCEV] Add option to forget everything in SCEV.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 14:37:38 PDT 2019


asbirlea added a comment.

I'm looking to see if a reduced case I have can be open-sourced in a PR and have this patch point to it.

I tried to reduce the problem (bugpoint) before sending this out, hoping it would show some pathological case that it hits in SCEV, but it didn't seem to be the case. For the problem to persist, the testcase needs to remain very large, which seems to confirm the comment on `forgetLoop`: `This call is potentially expensive for large loop bodies.`.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60144





More information about the llvm-commits mailing list