[PATCH] D44296: [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 09:07:08 PST 2018
atanasyan accepted this revision.
atanasyan added a comment.
LGTM
================
Comment at: lib/Target/Mips/MipsISelLowering.cpp:2955
+
+ // There is one case where where CALLSEQ_START..CALLSEQ_END can be nested,
+ // which is during the lowering of a call with a byval argument which produces
----------------
nit: s/where where/where/
Repository:
rL LLVM
https://reviews.llvm.org/D44296
More information about the llvm-commits
mailing list