[PATCH] D67556: [ARM][AArch64][DebugInfo] Improve call site instruction interpretation
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 16:40:09 PDT 2019
aprantl 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
----------------
nit: `\c Source`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67556/new/
https://reviews.llvm.org/D67556
More information about the llvm-commits
mailing list