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

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 23 of file SIPostRABundler.cpp.