[PATCH] D110171: [VectorCombine] Switch to using a worklist.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 07:06:42 PDT 2021


lebedev.ri added a comment.

Nice!
I'm not sure it is a good idea to just reuse part of another pass like that.
Perhaps `InstCombineWorklist` should be extracted+promoted to being more reusable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110171



More information about the llvm-commits mailing list