[llvm] [DirectX] legalize memset (PR #136244)

Deric C. via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 13:14:48 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list