[PATCH] D75326: [entry values] X86: Describe effects of MOV{8,16}ri (PR45053)
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 23:44:47 PST 2020
djtodoro accepted this revision.
djtodoro added a comment.
This revision is now accepted and ready to land.
Nice, thanks!
================
Comment at: llvm/test/DebugInfo/MIR/X86/call-site-info-mov16ri.mir:47
+ declare void @llvm.dbg.value(metadata, metadata, metadata)
+ declare void @llvm.stackprotector(i8*, i8**)
+
----------------
Unused, so it can be deleted.
================
Comment at: llvm/test/DebugInfo/MIR/X86/call-site-info-mov16ri.mir:114
+alignment: 1
+exposesReturnsTwice: false
+legalized: false
----------------
We do not need all these MF attributes (I think only 'name' and 'callSites').
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75326/new/
https://reviews.llvm.org/D75326
More information about the llvm-commits
mailing list