[all-commits] [llvm/llvm-project] 48f431: Remove inline gc arguments from statepoints
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Aug 14 19:44:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 48f4312d4ec7584059c0ca6171e6d618bedefe5b
https://github.com/llvm/llvm-project/commit/48f4312d4ec7584059c0ca6171e6d618bedefe5b
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M llvm/docs/Statepoints.rst
M llvm/lib/IR/Verifier.cpp
M llvm/test/Transforms/InstCombine/statepoint-iter.ll
M llvm/test/Verifier/statepoint.ll
Log Message:
-----------
Remove inline gc arguments from statepoints
The "gc-live" operand bundles were recently added, and all tests have been updated to use that format. A migration period was provided, though it's worth noting these intrinsics are experimental, so formally there is no compatibile requirement.
This is an extension to a96fc46. "gc-live" hadn't been implemented at the point that patch was initially posted.
More information about the All-commits
mailing list