[PATCH] D56767: [AsmPrinter] Collapse .loc 0 0 directives

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 08:18:41 PST 2019


aprantl added inline comments.


================
Comment at: test/DebugInfo/X86/debug-loc-0.ll:47
+  call void @llvm.lifetime.end.p0i8(i64 -1, i8* %10), !dbg !36
+  ret void, !dbg !40
+}
----------------
I'm sure the function can be made shorter?


================
Comment at: test/DebugInfo/X86/debug-loc-0.ll:63
+
+attributes #0 = { "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "target-cpu"="core2" "target-features"="+cx16,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+ssse3,+x87" }
+attributes #1 = { nounwind readnone speculatable }
----------------
We probably don't need most of these


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56767/new/

https://reviews.llvm.org/D56767





More information about the llvm-commits mailing list