31 cl::desc(
"Only split jump tables with size less or "
32 "equal than JumpTableSizeThreshold."),
39 "jump-table-to-switch-function-size-threshold",
cl::Hidden,
40 cl::desc(
"Only split jump tables containing functions whose sizes are less "
41 "or equal than this threshold."),
46#define DEBUG_TYPE "jump-table-to-switch"
68 DL.getIndexSizeInBits(
GEP->getPointerAddressSpace());
71 if (!
GEP->collectOffset(
DL,
BitWidth, VariableOffsets, ConstantOffset))
73 if (VariableOffsets.
size() != 1)
76 if (!ConstantOffset.
isZero())
78 APInt StrideBytes = VariableOffsets.
front().second;
80 if (JumpTableSizeBytes % StrideBytes.
getZExtValue() != 0)
86 JumpTableTy JumpTable;
87 JumpTable.Index = VariableOffsets.
front().first;
88 JumpTable.Funcs.reserve(
N);
89 for (
uint64_t Index = 0; Index <
N; ++Index) {
94 auto *Func = dyn_cast_or_null<Function>(
C);
95 if (!Func || Func->isDeclaration() ||
98 JumpTable.Funcs.push_back(Func);
107 GetGuidForFunction) {
119 F.getContext(),
"default.switch.case.unreachable", &
F,
Tail);
125 DTUpdates.
push_back({DominatorTree::Insert, BB, BBUnreachable});
130 const auto *ProfMD = CB->
getMetadata(LLVMContext::MD_prof);
139 JT.Funcs, [](
const Function *
F) { return F && !F->isDeclaration(); }));
140 BranchWeights.
reserve(JT.Funcs.size() + 1);
146 *CB, InstrProfValueKind::IPVK_IndirectCallTarget,
147 std::numeric_limits<uint32_t>::max(), TotalCount);
149 for (
const auto &[
G,
C] : Targets) {
150 [[maybe_unused]]
auto It = GuidToCounter.
insert({
G,
C});
157 DTUpdates.
push_back({DominatorTree::Insert, BB,
B});
164 Call->setMetadata(LLVMContext::MD_prof,
nullptr);
165 Call->setCalledFunction(Func);
166 Call->insertInto(
B,
B->end());
168 cast<ConstantInt>(ConstantInt::get(JT.Index->getType(), Index)),
B);
176 PHI->addIncoming(Call,
B);
181 <<
"expanded indirect call into switch";
202 DomTreeUpdater DTU(DT, PDT, DomTreeUpdater::UpdateStrategy::Lazy);
203 bool Changed =
false;
205 if (
auto E = Symtab.
create(*
F.getParent()))
206 F.getContext().emitError(
207 "Could not create indirect call table, likely corrupted IR" +
218 auto *Call = dyn_cast<CallInst>(&
I);
219 if (!Call || Call->getCalledFunction() || Call->isMustTailCall())
221 auto *L = dyn_cast<LoadInst>(Call->getCalledOperand());
223 if (!L || !L->isSimple())
225 auto *
GEP = dyn_cast<GetElementPtrInst>(L->getPointerOperand());
228 auto *PtrTy = dyn_cast<PointerType>(L->getType());
229 assert(PtrTy &&
"call operand must be a pointer");
234 Call, *JumpTable, DTU, ORE, [&](
const Function &Fct) {
242 CurrentBB = SplittedOutTail ? SplittedOutTail :
nullptr;
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
This file defines the DenseSet and SmallDenseSet classes.
cl::opt< bool > ProfcheckDisableMetadataFixes
static cl::opt< unsigned > FunctionSizeThreshold("jump-table-to-switch-function-size-threshold", cl::Hidden, cl::desc("Only split jump tables containing functions whose sizes are less " "or equal than this threshold."), cl::init(50))
static BasicBlock * expandToSwitch(CallBase *CB, const JumpTableTy &JT, DomTreeUpdater &DTU, OptimizationRemarkEmitter &ORE, llvm::function_ref< GlobalValue::GUID(const Function &)> GetGuidForFunction)
static cl::opt< unsigned > JumpTableSizeThreshold("jump-table-to-switch-size-threshold", cl::Hidden, cl::desc("Only split jump tables with size less or " "equal than JumpTableSizeThreshold."), cl::init(10))
static std::optional< JumpTableTy > parseJumpTable(GetElementPtrInst *GEP, PointerType *PtrTy)
This file contains the declarations for profiling metadata utility functions.
This file defines the SmallVector class.
Class for arbitrary precision integers.
uint64_t getZExtValue() const
Get zero extended value.
bool isZero() const
Determine if this value is zero, i.e. all bits are clear.
A container for analyses that lazily runs them and caches their results.
PassT::Result * getCachedResult(IRUnitT &IR) const
Get the cached result of an analysis pass for a given IR unit.
PassT::Result & getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs)
Get the result of an analysis pass for a given IR unit.
static LLVM_ABI uint64_t getGUID(const Function &F)
static LLVM_ABI const char * GUIDMetadataName
LLVM Basic Block Representation.
static BasicBlock * Create(LLVMContext &Context, const Twine &Name="", Function *Parent=nullptr, BasicBlock *InsertBefore=nullptr)
Creates a new BasicBlock.
const Function * getParent() const
Return the enclosing method, or null if none.
const Instruction * getTerminator() const LLVM_READONLY
Returns the terminator instruction if the block is well formed or null if the block is not well forme...
static BranchInst * Create(BasicBlock *IfTrue, InsertPosition InsertBefore=nullptr)
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
This is an important base class in LLVM.
A parsed version of the target data layout string in and methods for querying it.
ValueT lookup_or(const_arg_type_t< KeyT > Val, U &&Default) const
std::pair< iterator, bool > insert(const std::pair< KeyT, ValueT > &KV)
Analysis pass which computes a DominatorTree.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree.
void applyUpdates(ArrayRef< UpdateT > Updates)
Submit updates to all available trees.
an instruction for type-safe pointer arithmetic to access elements of arrays and structs
MDNode * getMetadata(unsigned KindID) const
Get the current metadata attachments for the given kind, if any.
Type * getValueType() const
const Constant * getInitializer() const
getInitializer - Return the initializer for this global variable.
bool isConstant() const
If the value is a global constant, its value is immutable throughout the runtime execution of the pro...
bool hasDefinitiveInitializer() const
hasDefinitiveInitializer - Whether the global variable has an initializer, and any other instances of...
UnreachableInst * CreateUnreachable()
PHINode * CreatePHI(Type *Ty, unsigned NumReservedValues, const Twine &Name="")
SwitchInst * CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases=10, MDNode *BranchWeights=nullptr, MDNode *Unpredictable=nullptr)
Create a switch instruction with the specified value, default dest, and with a hint for the number of...
This provides a uniform API for creating instructions and inserting them into a basic block: either a...
A symbol table used for function [IR]PGO name look-up with keys (such as pointers,...
const std::vector< std::pair< uint64_t, Function * > > & getIDToNameMap() const
LLVM_ABI Error create(object::SectionRef &Section)
Create InstrProfSymtab from an object file section which contains function PGO names.
LLVM_ABI Instruction * clone() const
Create a copy of 'this' instruction that is identical in all ways except the following:
LLVM_ABI InstListType::iterator eraseFromParent()
This method unlinks 'this' from the containing basic block and deletes it.
MDNode * getMetadata(unsigned KindID) const
Get the metadata of given kind attached to this Instruction.
std::pair< KeyT, ValueT > & front()
Analysis pass which computes a PostDominatorTree.
PostDominatorTree Class - Concrete subclass of DominatorTree that is used to compute the post-dominat...
A set of analyses that are preserved following a run of a transformation pass.
static PreservedAnalyses all()
Construct a special preserved set that preserves all passes.
PreservedAnalyses & preserve()
Mark an analysis as preserved.
void reserve(size_type N)
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
static LLVM_ABI Type * getVoidTy(LLVMContext &C)
LLVM Value Representation.
Type * getType() const
All values are typed, get the type of this value.
LLVM_ABI void replaceAllUsesWith(Value *V)
Change all uses of this to point to a new Value.
LLVM_ABI LLVMContext & getContext() const
All values hold a context through their type.
LLVM_ABI StringRef getName() const
Return a constant reference to the value's name.
An efficient, type-erasing, non-owning reference to a callable.
const ParentTy * getParent() const
@ Tail
Attemps to make calls as fast as possible while guaranteeing that tail call optimization can always b...
@ C
The default llvm calling convention, compatible with C.
initializer< Ty > init(const Ty &Val)
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI void setExplicitlyUnknownBranchWeights(Instruction &I)
Specify that the branch weights for this terminator cannot be known at compile time.
bool all_of(R &&range, UnaryPredicate P)
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
auto enumerate(FirstRange &&First, RestRanges &&...Rest)
Given two or more input ranges, returns a new range whose values are tuples (A, B,...
iterator_range< early_inc_iterator_impl< detail::IterOfRange< RangeT > > > make_early_inc_range(RangeT &&Range)
Make a range that does early increment to allow mutation of the underlying range without disrupting i...
bool any_of(R &&range, UnaryPredicate P)
Provide wrappers to std::any_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI void setBranchWeights(Instruction &I, ArrayRef< uint32_t > Weights, bool IsExpected)
Create a new branch_weights metadata node and add or overwrite a prof metadata reference to instructi...
LLVM_ABI Constant * ConstantFoldLoadFromConst(Constant *C, Type *Ty, const APInt &Offset, const DataLayout &DL)
Extract value of C at the given Offset reinterpreted as Ty.
LLVM_ABI SmallVector< InstrProfValueData, 4 > getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, uint32_t MaxNumValueData, uint64_t &TotalC, bool GetNoICPValue=false)
Extract the value profile data from Inst and returns them if Inst is annotated with value profile dat...
LLVM_ABI bool isValueProfileMD(const MDNode *ProfileData)
Checks if an MDNode contains value profiling Metadata.
constexpr unsigned BitWidth
LLVM_ABI BasicBlock * SplitBlock(BasicBlock *Old, BasicBlock::iterator SplitPt, DominatorTree *DT, LoopInfo *LI=nullptr, MemorySSAUpdater *MSSAU=nullptr, const Twine &BBName="", bool Before=false)
Split the specified block at the specified instruction.
const char * toString(DWARFSectionKind Kind)
LLVM_ABI SmallVector< uint32_t > downscaleWeights(ArrayRef< uint64_t > Weights, std::optional< uint64_t > KnownMaxCount=std::nullopt)
downscale the given weights preserving the ratio.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
Run the pass over the function.
A MapVector that performs no allocations if smaller than a certain size.