[all-commits] [llvm/llvm-project] b9983c: [Statepoint] Start the process of removing old int...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Jun 3 20:01:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b9983c18fc3e42e5824a7e37a01f57120a64c018
https://github.com/llvm/llvm-project/commit/b9983c18fc3e42e5824a7e37a01f57120a64c018
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/Statepoint.h
M llvm/lib/IR/Statepoint.cpp
Log Message:
-----------
[Statepoint] Start the process of removing old interfaces
We introduced the GCStatepointInst class and have migrated almost all users of Statepoint/ImmutableStatepoint to the new API. Given downstream consumers have had a week to migrate, remove code which is now dead.
More information about the All-commits
mailing list