[PATCH] D67556: [ARM][AArch64][DebugInfo] Improve call site instruction interpretation
Nikola Prica via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 01:53:44 PDT 2019
NikolaPrica marked an inline comment as done.
NikolaPrica added inline comments.
================
Comment at: include/llvm/CodeGen/TargetInstrInfo.h:947
+ /// If the specific machine instruction is an instruction that adds an
+ /// immediate value to its @Source operand and stores it in @Destination,
+ /// return true along with @Destination and @Source machine operand to which
----------------
aprantl wrote:
> nit: `\c Source`
Sorry, I'm not sure what are you aiming at. Do you think I should replace the order of Source and Destination?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67556/new/
https://reviews.llvm.org/D67556
More information about the llvm-commits
mailing list