llvm-project/llvm/test/Transforms/DeadArgElim
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
..
2006-06-27-struct-ret.ll
2007-02-07-FuncRename.ll
2007-10-18-VarargsReturn.ll
2007-12-20-ParamAttrs.ll
2008-01-16-VarargsParamAttrs.ll
2008-06-23-DeadAfterLive.ll
2009-03-17-MRE-Invoke.ll
2010-04-30-DbgInfo.ll
2013-05-17-VarargsAndBlockAddress.ll
aggregates.ll
allocsize.ll [DeadArgElim] Remove allocsize attributes on callsites 2018-04-12 02:06:01 +00:00
basictest.ll
call_profile.ll
canon.ll
comdat.ll
dbginfo-preserve-dbgloc.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
dbginfo-update-dbgval-local.ll [DeadArgElim] Fixes for dbg.values using dead arg/return values 2018-12-11 10:33:38 +00:00
dbginfo-update-dbgval.ll [deadargelim] Update dbg.value of 'unused' parameters 2018-09-24 10:01:24 +00:00
dbginfo.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
dead_vaargs.ll
deadexternal.ll
deadretval.ll
deadretval2.ll
func_metadata.ll [DeadArgumentElim] Clone function level metadatas 2018-04-02 17:27:38 +00:00
funclet.ll
keepalive.ll
linkage.ll
multdeadretval.ll
musttail-caller.ll
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
operandbundle.ll
returned.ll
variadic_safety.ll