[llvm] SimplifyLibCalls: Use default globals address space when building new global strings. (PR #118729)

Owen Anderson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 01:39:24 PST 2024


================
@@ -247,7 +247,7 @@ namespace llvm {
 
   /// Emit a call to the malloc function.
   Value *emitMalloc(Value *Num, IRBuilderBase &B, const DataLayout &DL,
-                    const TargetLibraryInfo *TLI);
+                    const TargetLibraryInfo *TLI, unsigned AddrSpace);
----------------
resistor wrote:

Done

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


More information about the llvm-commits mailing list