[PATCH] D76434: [SCEV] Query expanded immediate cost at minsize

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 02:30:55 PDT 2020


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

I think this is going in the wrong direction.
I think the worklist needs to be changed, to be a `struct { SCEV* Parent; int OperandIdx; SCEV* S; }`,
then everything should suddenly become less convoluted/hand-wavey.


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

https://reviews.llvm.org/D76434



More information about the llvm-commits mailing list