|
LLVM 22.0.0git
|
This pass creates bundles of memory instructions to protect adjacent loads and stores from being rescheduled apart from each other post-RA. More...
#include "SIPostRABundler.h"#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" |
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.
| #define DEBUG_TYPE "si-post-ra-bundler" |
Definition at line 23 of file SIPostRABundler.cpp.