LLVM  8.0.1
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/GlobalISel/CSEMIRBuilder.h"
#include "llvm/CodeGen/GlobalISel/Types.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/Allocator.h"
#include <memory>
#include <utility>
Include dependency graph for IRTranslator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::IRTranslator
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

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.