LLVM: include/llvm/CodeGen/GlobalISel/IRTranslator.h File Reference (original) (raw)
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.
Replace the comments with actual doxygen comments.
Definition in file IRTranslator.h.