[all-commits] [llvm/llvm-project] 47107d: [Statepoint] Fix StatepointLoweringInfo::GCTransit...
dantrushin via All-commits
all-commits at lists.llvm.org
Tue Mar 31 01:48:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 47107dc3bda1f8c27c70c84f30aa0cdd41786e0d
https://github.com/llvm/llvm-project/commit/47107dc3bda1f8c27c70c84f30aa0cdd41786e0d
Author: Denis Antrushin <dantrushin at gmail.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Log Message:
-----------
[Statepoint] Fix StatepointLoweringInfo::GCTransitionArgs initialization
Summary:
In method SelectionDAGBuilder::LowerStatepoint, array SI.GCTransitionArgs
is initialized from wrong part of ImmutableStatepoint class.
We copy gc args instead of transitions args.
Reviewers: reames, skatkov
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77075
More information about the All-commits
mailing list