1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/Transforms/Scalarizer
Patrik Hagglund 8d39c02660 PR27938: Don't remove valid DebugLoc in Scalarizer
Added checks to make sure the Scalarizer::transferMetadata() don't
remove valid debug locations from instructions. This is important as
the verifier pass require that e.g. inlinable callsites have a valid
debug location.

https://llvm.org/bugs/show_bug.cgi?id=27938

Patch by Karl-Johan Karlsson

Reviewers: dblaikie

Differential Revision: http://reviews.llvm.org/D20807

llvm-svn: 272884
2016-06-16 10:48:54 +00:00
..
basic.ll
cache-bug.ll Prevent the scalarizer from caching incorrect entries 2015-08-10 14:48:47 +00:00
dbginfo.ll [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
dbgloc-bug.ll PR27938: Don't remove valid DebugLoc in Scalarizer 2016-06-16 10:48:54 +00:00
store-bug.ll [Scalarizer] Fix potential for stale data in Scattered across invocations 2015-07-23 20:53:46 +00:00