llvm/test/DebugInfo/AMDGPU
Adrian Prantl 69e607f200 Canonicalize the representation of empty an expression in DIGlobalVariableExpression
This change simplifies code that has to deal with
DIGlobalVariableExpression and mirrors how we treat DIExpressions in
debug info intrinsics. Before this change there were two ways of
representing empty expressions on globals, a nullptr and an empty
!DIExpression().

If someone needs to upgrade out-of-tree testcases:
  perl -pi -e 's/(!DIGlobalVariableExpression\(var: ![0-9]*)\)/\1, expr: !DIExpression())/g' <MYTEST.ll>
will catch 95%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312144 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-30 18:06:51 +00:00
..
code-pointer-size.ll AMDGPU: Set CodePointerSize to 8 for amdgcn 2017-04-17 18:02:09 +00:00
dbg-value-sched-crash.ll Remove the obsolete offset parameter from @llvm.dbg.value 2017-07-28 20:21:02 +00:00
dwarfdump-relocs.ll AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitor 2017-04-17 18:12:45 +00:00
lit.local.cfg
pointer-address-space.ll
variable-locations.ll Canonicalize the representation of empty an expression in DIGlobalVariableExpression 2017-08-30 18:06:51 +00:00