llvm/test/Transforms/Scalarizer
Adrian Prantl 5d0334a48c Remove the obsolete offset parameter from @llvm.dbg.value
There is no situation where this rarely-used argument cannot be
substituted with a DIExpression and removing it allows us to simplify
the DWARF backend. Note that this patch does not yet remove any of
the newly dead code.

rdar://problem/33580047
Differential Revision: https://reviews.llvm.org/D35951

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309426 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-28 20:21:02 +00:00
..
basic.ll
cache-bug.ll
crash-bug.ll [Scalarizer] PR28108: Skip over nullptr rather than crashing on it. 2016-07-14 01:31:25 +00:00
dbginfo.ll Remove the obsolete offset parameter from @llvm.dbg.value 2017-07-28 20:21:02 +00:00
dbgloc-bug.ll PR27938: Don't remove valid DebugLoc in Scalarizer 2016-06-16 10:48:54 +00:00
intrinsics.ll Scalarizer: Support scalarizing intrinsics 2016-07-25 20:02:54 +00:00
store-bug.ll
vector-gep.ll [Scalarizer] Handle scalar arguments in vector GEP 2017-03-31 06:29:49 +00:00