[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 Aug 23 01:41:36 PDT 2017


dylanmckay created this revision.
Herald added a subscriber: wdng.

This adds initial support for letting targets specify which address
spaces their functions should reside in by default.

This is the first step towards placing functions into the correct
address space for Harvard architectures.


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
  lib/Target/AVR/AVRTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37052.112307.patch
Type: text/x-patch
Size: 4052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/f8ef2a50/attachment.bin>


More information about the llvm-commits mailing list