LLVM 19.0.0git
Macros
SIPostRABundler.cpp File Reference

This pass creates bundles of memory instructions to protect adjacent loads and stores from being rescheduled apart from each other post-RA. More...

#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/MachineFunctionPass.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "si-post-ra-bundler"
 

Detailed Description

This pass creates bundles of memory instructions to protect adjacent loads and stores from being rescheduled apart from each other post-RA.

Definition in file SIPostRABundler.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "si-post-ra-bundler"

Definition at line 22 of file SIPostRABundler.cpp.