LLVM 20.0.0git
|
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" |
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.
#define DEBUG_TYPE "instcombine" |
Definition at line 31 of file InstCombiner.h.