LLVM 22.0.0git
InstCombine.h File Reference

This file provides the primary interface to the instcombine pass. More...

Go to the source code of this file.

Classes

struct  llvm::InstCombineOptions
class  llvm::InstCombinePass
class  llvm::InstructionCombiningPass
 The legacy pass manager's instcombine pass. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "instcombine"

Functions

LLVM_ABI FunctionPassllvm::createInstructionCombiningPass ()

Variables

static constexpr unsigned llvm::InstCombineDefaultMaxIterations = 1

Detailed Description

This file provides the primary interface to the instcombine pass.

This pass is suitable for use in the new pass manager. For a pass that works with the legacy pass manager, use createInstructionCombiningPass().

Definition in file InstCombine.h.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instcombine"

Definition at line 24 of file InstCombine.h.