[PATCH] D58386: [DebugInfo] Pre-RA MachineSink: sink DBG_VALUEs that don't immediately follow the sunk instruction too
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 08:22:23 PST 2019
aprantl added inline comments.
================
Comment at: test/DebugInfo/MIR/X86/machinesink.mir:28
+
+ attributes #0 = { noreturn nounwind uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+ attributes #1 = { nounwind readnone }
----------------
do you need all these attributes? They are usually a pain to upgrade in testcases.
================
Comment at: test/DebugInfo/MIR/X86/machinesink.mir:58
+ !24 = !{!"omnipotent char", !25, i64 0}
+ !25 = !{!"Simple C/C++ TBAA"}
+ !28 = !DILexicalBlockFile(scope: !9, file: !2, discriminator: 1)
----------------
Do you need the TBAA analysis results?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58386/new/
https://reviews.llvm.org/D58386
More information about the llvm-commits
mailing list