[PATCH] D47541: Allow creating llvm::Function in non-zero address spaces

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 09:07:26 PDT 2018


arsenm added inline comments.


================
Comment at: include/llvm/IR/Function.h:155-156
+
+  static Function *CreateBefore(Function &InsertBefore, FunctionType *Ty,
+                                LinkageTypes Linkage, const Twine &N = "");
+
----------------
Creating this looks like an entirely unrelated change that should be a separate patch


Repository:
  rL LLVM

https://reviews.llvm.org/D47541





More information about the llvm-commits mailing list