[all-commits] [llvm/llvm-project] 21d483: Move GCRelocateInst and GCResultInst to IntrinsicI...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Apr 6 08:33:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21d48399484cc5dbc94af8aff2a3b2208783ab08
https://github.com/llvm/llvm-project/commit/21d48399484cc5dbc94af8aff2a3b2208783ab08
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/include/llvm/IR/Statepoint.h
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/IR/Value.cpp
M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
Log Message:
-----------
Move GCRelocateInst and GCResultInst to IntrinsicInst.h [nfc]
These two are part of the IntrinsicInst class hierarchy and it helps to cut down on some redundant includes.
More information about the All-commits
mailing list