[PATCH] D144335: [SCEV] Optimize FoldID

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 13:11:09 PST 2023


nikic added a comment.

I believe the idea behind FoldID was to allow extending it to other SCEV types in the future. That said, I don't think we have specific plans for this right now, so it may makes sense to specialize to the types we're currently interested in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144335



More information about the llvm-commits mailing list