LLVM 20.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 "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 22 of file SIPostRABundler.cpp.