[PATCH] D17211: Consider regmasks when computing register-based DBG_VALUE live ranges

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 14:24:51 PST 2016


aprantl added inline comments.

================
Comment at: test/DebugInfo/X86/dbg-value-regmask-clobber.ll:79
@@ +78,3 @@
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.9.0 (trunk 260617) (llvm/trunk 260619)", isOptimized: true, runtimeVersion: 0, emissionKind: 1, enums: !2, subprograms: !3, globals: !14)
+!1 = !DIFile(filename: "t.cpp", directory: "D:\5Csrc\5Cllvm\5Cbuild")
+!2 = !{}
----------------
What happened to those backslashes? Frontend bug, or are they supposed to be encoded this way?


http://reviews.llvm.org/D17211





More information about the llvm-commits mailing list