LLVM 19.0.0git
Classes | Namespaces
IRTranslator.h File Reference

This file declares the IRTranslator pass. More...

#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/CodeGenCommonISel.h"
#include "llvm/CodeGen/FunctionLoweringInfo.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/SwiftErrorValueTracking.h"
#include "llvm/CodeGen/SwitchLoweringUtils.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/CodeGen.h"
#include <memory>
#include <utility>

Go to the source code of this file.

Classes

class  llvm::IRTranslator
 

Namespaces

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

Detailed Description

This file declares the IRTranslator pass.

This pass is responsible for translating LLVM IR into MachineInstr. It uses target hooks to lower the ABI but aside from that, the pass generated code is generic. This is the default translator used for GlobalISel.

Todo:
Replace the comments with actual doxygen comments.

Definition in file IRTranslator.h.