LLVM 17.0.0git
Macros
M68kExpandPseudo.cpp File Reference

This file contains a pass that expands pseudo instructions into target instructions to allow proper scheduling, if-conversion, other late optimizations, or simply the encoding of the instructions. More...

#include "M68k.h"
#include "M68kFrameLowering.h"
#include "M68kInstrInfo.h"
#include "M68kMachineFunction.h"
#include "M68kSubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/EHPersonalities.h"
#include "llvm/IR/GlobalValue.h"
Include dependency graph for M68kExpandPseudo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "M68k-expand-pseudos"
 

Detailed Description

This file contains a pass that expands pseudo instructions into target instructions to allow proper scheduling, if-conversion, other late optimizations, or simply the encoding of the instructions.

Definition in file M68kExpandPseudo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "M68k-expand-pseudos"

Definition at line 31 of file M68kExpandPseudo.cpp.