LLVM 20.0.0git
|
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" |
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.
#define DEBUG_TYPE "m68k-expand-pseudo" |
Definition at line 31 of file M68kExpandPseudo.cpp.
#define PASS_NAME "M68k pseudo instruction expansion pass" |
Definition at line 32 of file M68kExpandPseudo.cpp.