[PATCH] D66953: [ISEL][ARM][AARCH64] Tracking simple parameter forwarding registers
Nikola Prica via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 07:05:31 PDT 2019
NikolaPrica marked an inline comment as done.
NikolaPrica added inline comments.
================
Comment at: lib/Target/AArch64/AArch64ISelLowering.cpp:3894
Bits = DAG.getNode(ISD::OR, DL, Bits.getValueType(), Bits, Arg);
+ // Call site info is used for function's parameter entry value
+ // tracking. For now we track only simple cases when parameter
----------------
@t.p.northover can you take a look at this part of code since I've just rebased on top of your changes?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66953/new/
https://reviews.llvm.org/D66953
More information about the llvm-commits
mailing list