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

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 02:26:17 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340519: Allow creating llvm::Function in non-zero address spaces (authored by arichardson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47541?vs=157038&id=162143#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47541

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/include/llvm/IR/GlobalValue.h
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLParser.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/IR/Function.cpp
  llvm/trunk/lib/IR/Globals.cpp
  llvm/trunk/lib/IR/Module.cpp
  llvm/trunk/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/trunk/lib/Transforms/Utils/CloneFunction.cpp
  llvm/trunk/lib/Transforms/Utils/CloneModule.cpp
  llvm/trunk/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/trunk/test/Assembler/call-nonzero-program-addrspace-2.ll
  llvm/trunk/test/Assembler/call-nonzero-program-addrspace.ll
  llvm/trunk/test/Assembler/invoke-nonzero-program-addrspace.ll
  llvm/trunk/test/Bitcode/function-address-space-fwd-decl.ll
  llvm/trunk/test/Bitcode/function-default-address-spaces.ll
  llvm/trunk/test/Bitcode/function-nonzero-address-spaces-types.ll
  llvm/trunk/test/Bitcode/function-nonzero-address-spaces.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47541.162143.patch
Type: text/x-patch
Size: 45824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/94383461/attachment.bin>


More information about the llvm-commits mailing list