[llvm] [mlir] [DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (PR #143207)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 06:32:01 PDT 2025
================
@@ -954,6 +931,12 @@ TEST(MetadataTest, ConvertDbgToDbgVariableRecord) {
!11 = !DILocation(line: 1, column: 1, scope: !6)
)");
+ // The IR above will be autoupgraded to debug records: but this test is about
+ // the conversion routines, so convert it back. This test will have value
+ // going forwards as we're likely to have a few corner cases where we want to
+ // use intrinsics.
----------------
jmorse wrote:
Added comment about how DXIL is likely to want this to keep working, thus we need to keep testing it.
https://github.com/llvm/llvm-project/pull/143207
More information about the llvm-commits
mailing list