LLVM 22.0.0git
IRTranslator.h File Reference

This file declares the IRTranslator pass. More...

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.