[llvm-reduce] Add test with debug nodes not being removed.
authorFlorian Hahn <flo@fhahn.com>
Thu, 22 Sep 2022 07:49:56 +0000 (08:49 +0100)
committerFlorian Hahn <flo@fhahn.com>
Thu, 22 Sep 2022 07:49:57 +0000 (08:49 +0100)
commit5be203ec4db575302fd287ca5dbf5f4ce18ea609
tree24bf3ca415e2d3c7cd06ecc7eecddca6018203d4
parentc7652eca1e465587e01f1c287365b9d1c0e41124
[llvm-reduce] Add test with debug nodes not being removed.

Add a test where llvm-reduce at the moment cannot drop unneeded debug
metadata nodes referenced by DICompileUnit and DISubpgoram.
llvm/test/tools/llvm-reduce/remove-debug-info-nodes.ll [new file with mode: 0644]