llvm-project/llvm/test/Transforms/ArgumentPromotion
Vedant Kumar 9da8a68d6b [ArgPromotion] Set debug location at updated callsites
Set the correct debug location on instructions which load arguments in
preparation for a call to an arg-promoted function.

This prevents location cascade from misattributing the line/scope of one
of these loads to the location of the instruction preceding the call.

Differential Revision: https://reviews.llvm.org/D60113

llvm-svn: 357500
2019-04-02 17:42:17 +00:00
..
X86 [ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the X86 target doesn't exist. 2019-02-19 21:58:23 +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 [ArgPromotion] Set debug location at updated callsites 2019-04-02 17:42:17 +00:00
fp80.ll
inalloca.ll
invalidation.ll [NewPM] Fix a nasty bug with analysis invalidation in the new PM. 2019-03-28 00:51:36 +00:00
musttail.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
pr3085.ll
pr27568.ll
pr32917.ll
pr33641_remove_arg_dbgvalue.ll
profile.ll Temporarily revert "ArgumentPromotion should copy all metadata to new Function" and the dependent patch "Refine ArgPromotion metadata handling" as they're causing segfaults in argument promotion. 2019-02-28 01:11:12 +00:00
reserve-tbaa.ll
sret.ll
tail.ll
variadic.ll