LLVM 19.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"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "m68k-expand-pseudo"
 
#define PASS_NAME   "M68k pseudo instruction expansion pass"
 

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-pseudo"

Definition at line 31 of file M68kExpandPseudo.cpp.

◆ PASS_NAME

#define PASS_NAME   "M68k pseudo instruction expansion pass"

Definition at line 32 of file M68kExpandPseudo.cpp.