[llvm] [LV] Reuse IRBuilder with InsertPointGuard (NFC) (PR #141236)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 05:48:26 PDT 2025


artagnon wrote:

> > > IIUC this is pending the further direction for [#141225 (comment)](https://github.com/llvm/llvm-project/pull/141225#issuecomment-2906888056)?
> > 
> > 
> > I think it's going to take some time to craft out the exact direction, but maybe this patch is just a good-to-have cleanup independently of that?
> 
> I'm not sure, as-is contstructing the builder on-demand with the desired insert-point seems simpler?

Okay, converted to draft until we can carve out a direction.

https://github.com/llvm/llvm-project/pull/141236


More information about the llvm-commits mailing list