[clang] [llvm] [polly] [LLVM] Add InsertPosition union-type to remove overloads of Instruction-creation (PR #94226)

Stephen Tozer via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 19 14:32:47 PDT 2024


SLTozer wrote:

> I think some of the overloads for constructing an instruction aren't quite right:

That's reasonable - I defaulted to adding nullptr-defaults in the case where it didn't cause incorrect overloads, but it's easier to keep only the existing defaults and let any others be added later as appropriate; I've updated the patch accordingly.

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


More information about the cfe-commits mailing list