[PATCH] D16249: [DwarfDebug] Don't merge DebugLocEntries if their pieces overlap

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 16:53:10 PST 2016


aprantl added inline comments.

================
Comment at: test/DebugInfo/ARM/PR26163.ll:73
@@ +72,3 @@
+
+attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone }
----------------
Can you remove all the unnecessary attributes? Usually that's all of them.


http://reviews.llvm.org/D16249





More information about the llvm-commits mailing list