[PATCH] D137173: Add deduction guides for IRBuilder

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 08:41:31 PST 2022


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

In D137173#3913066 <https://reviews.llvm.org/D137173#3913066>, @kparzysz wrote:

> The use case for me was not having to write `IRBuilder<InstSimplifyFolder>`.  Since we need at least one guide for CTAD, I added them for each constructor.

Fair enough, sounds good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137173



More information about the llvm-commits mailing list