[PATCH] D37052: Add default address space for functions to the data layout (1/4)
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 22:10:00 PST 2017
dylanmckay updated this revision to Diff 125883.
dylanmckay marked 2 inline comments as done.
dylanmckay edited the summary of this revision.
dylanmckay added a comment.
- Remove the switch table stuff for a later patch
- Rebased on top of trunk
https://reviews.llvm.org/D37052
Files:
docs/LangRef.rst
include/llvm/IR/DataLayout.h
include/llvm/IR/GlobalValue.h
lib/IR/DataLayout.cpp
lib/IR/Globals.cpp
test/Assembler/datalayout-program-addrspace.ll
test/Assembler/invalid-datalayout-alloca-addrspace.ll
test/Assembler/invalid-datalayout-program-addrspace.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37052.125883.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/88fef581/attachment.bin>
More information about the llvm-commits
mailing list