================ @@ -239,6 +247,77 @@ downcastI64toI32InsertExtractElements(Instruction &I, } } +void emitMemsetExpansion(IRBuilder<> &Builder, Value *Dst, Value *Val, ---------------- Icohedron wrote: Should this function also be static? https://github.com/llvm/llvm-project/pull/136244