LLVM
8.0.1
|
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>
Go to the source code of this file.
Classes | |
class | llvm::IRTranslator |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
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.
Definition in file IRTranslator.h.