llvm-project/llvm/test/Transforms/ArgumentPromotion
Dylan McKay f920da009e [IPO][AVR] Create new Functions in the default address space specified in the data layout
This modifies the IPO pass so that it respects any explicit function
address space specified in the data layout.

In targets with nonzero program address spaces, all functions should, by
default, be placed into the default program address space.

This is required for Harvard architectures like AVR. Without this, the
functions will be marked as residing in data space, and thus not be
callable.

This has no effect to any in-tree official backends, as none use an
explicit program address space in their data layouts.

Patch by Tim Neumann.

llvm-svn: 349469
2018-12-18 09:52:52 +00:00
..
2008-02-01-ReturnAttrs.ll
2008-07-02-array-indexing.ll
2008-09-07-CGUpdate.ll
2008-09-08-CGUpdateSelfEdge.ll
aggregate-promote.ll
attrs.ll
basictest.ll
byval-2.ll
byval.ll
chained.ll
control-flow.ll
control-flow2.ll
crash.ll
dbg.ll
fp80.ll
inalloca.ll
musttail.ll [ArgumentPromotion] don't break musttail invariant PR36543 2018-03-02 00:59:27 +00:00
naked_functions.ll
nonzero-address-spaces.ll [IPO][AVR] Create new Functions in the default address space specified in the data layout 2018-12-18 09:52:52 +00:00
pr3085.ll
pr27568.ll
pr32917.ll
pr33641_remove_arg_dbgvalue.ll
profile.ll
reserve-tbaa.ll
sret.ll
tail.ll
variadic.ll