LLVM 22.0.0git
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...

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.