aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2020-05-27 17:16:41 -0700
committerPhilip Reames <listmail@philipreames.com>2020-05-27 17:25:13 -0700
commitc94c5bf9cce8a4c7ad5e8abbc8f21bad5cf6b889 (patch)
tree8564890a72d0473f76a4b1f6b1e97b5ebfcfada5 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parenteca963f244c711ab51e1e645241562987c0f8fbf (diff)
downloadllvm-c94c5bf9cce8a4c7ad5e8abbc8f21bad5cf6b889.zip
llvm-c94c5bf9cce8a4c7ad5e8abbc8f21bad5cf6b889.tar.gz
llvm-c94c5bf9cce8a4c7ad5e8abbc8f21bad5cf6b889.tar.bz2
Introduce a GCStatepointInst type analogous to IntrinsicInst subclasses
Back when we had CallSite, we implemented the current Statepoint/ImmutableStatepoint structure in analogous manner. Now that CallSite has been removed, the structure used for statepoints looks decidely out of place. gc.statepoint is one of the small handful of intrinsics which are invokable. Because of this, it can't subclass IntrinsicInst as is idiomatic. This change simply introduces the GCStatepointInst class, restructures the existing Statepoint/ImmutableStatepoint types to wrap it. I will be landing a series of changes to sink functionality into GCStatepointInst and updating callers to be more idiomatic.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions