[PATCH] D98393: [Statepoint Lowering] Handle the case with several gc.result

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 02:03:47 PST 2021


dantrushin added a comment.

There is method `GCStatepointInst::getGCResult()` which became invalid now.
You should either remove it or change to return vector (like getGCRelocates()` does) and use it here.
Personally I prefer latter.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98393/new/

https://reviews.llvm.org/D98393



More information about the llvm-commits mailing list