[PATCH] D141865: [llvm][GenericUniformity] Hack around strict is_invocable() checks

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 17:31:30 PST 2023


sameerds reopened this revision.
sameerds added a comment.

I see that the change has landed without review, but I am actually not okay with the new name. The ImplDeleter is a detail internal to the GenerericAnalysisInfo, and it's a bit unclean to pull it out as a top-level name. I would prefer putting it back inside.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141865



More information about the llvm-commits mailing list