[PATCH] D102796: [SCEV] Cache operands used in BEInfo

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 14:59:45 PDT 2021


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM, seems like a worthwhile improvement.

You might consider using a small set variant. Not sure how many operands exist in the common case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102796



More information about the llvm-commits mailing list