[PATCH] D98393: [Statepoint Lowering] Handle the case with several gc.result
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 11 02:27:12 PST 2021
skatkov added a comment.
In D98393#2618959 <https://reviews.llvm.org/D98393#2618959>, @dantrushin wrote:
> 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.
I removed this method in this patch. No other users of it exists at the moment. In case it is required we can add it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98393/new/
https://reviews.llvm.org/D98393
More information about the llvm-commits
mailing list