[PATCH] D70126: [PowerPC] Refactor FinishCall
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 14:08:12 PST 2019
Xiangling_L added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:5355
+ Glue, dl);
+ Glue = Chain.getValue(1);
----------------
Just a question, how did you verify that `Ins` will never be empty?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70126/new/
https://reviews.llvm.org/D70126
More information about the llvm-commits
mailing list