[all-commits] [llvm/llvm-project] 98a87c: [Statepoint] Reduce scope of usage of ImmutableSta...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed May 27 18:58:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98a87c65a35335473cf7c233cdb312892fc771a3
https://github.com/llvm/llvm-project/commit/98a87c65a35335473cf7c233cdb312892fc771a3
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Log Message:
-----------
[Statepoint] Reduce scope of usage of ImmutableStatepoint
Can't quite fully remove it yet as some more items need sunk the GCStatepointInst class from the wrapper, but we can at least reduce scope.
More information about the All-commits
mailing list