LLVM 19.0.0git
Classes | Namespaces | Macros
InstCombiner.h File Reference

This file provides the interface for the instcombine pass implementation. More...

#include "llvm/Analysis/DomConditionCache.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/TargetFolder.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/KnownBits.h"
#include <cassert>
#include "llvm/Transforms/Utils/InstructionWorklist.h"

Go to the source code of this file.

Classes

class  llvm::InstCombiner
 The core instruction combiner logic. More...
 

Namespaces

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

Macros

#define DEBUG_TYPE   "instcombine"
 

Detailed Description

This file provides the interface for the instcombine pass implementation.

The interface is used for generic transformations in this folder and target specific combinations in the targets. The visitor implementation is in InstCombinerImpl in InstCombineInternal.h.

Definition in file InstCombiner.h.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instcombine"

Definition at line 31 of file InstCombiner.h.