LLVM: lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp File Reference (original) (raw)
This pass does misc. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "amdgpu-late-codegenprepare" |
| Variables | |
|---|---|
| static cl::opt< bool > | WidenLoads ("amdgpu-late-codegenprepare-widen-constant-loads", cl::desc("Widen sub-dword constant address space loads in " "AMDGPULateCodeGenPrepare"), cl::ReallyHidden, cl::init(true)) |
| DEBUG_TYPE | |
| AMDGPU IR late | optimizations |
| AMDGPU IR late | false |
This pass does misc.
AMDGPU optimizations on IR just before instruction selection.
Definition in file AMDGPULateCodeGenPrepare.cpp.
◆ DEBUG_TYPE
#define DEBUG_TYPE "amdgpu-late-codegenprepare"
◆ INITIALIZE_PASS_BEGIN()
◆ DEBUG_TYPE
◆ false
◆ optimizations
◆ WidenLoads
| cl::opt< bool > WidenLoads("amdgpu-late-codegenprepare-widen-constant-loads", cl::desc("Widen sub-dword constant address space loads in " "AMDGPULateCodeGenPrepare"), cl::ReallyHidden, cl::init(true)) ( "amdgpu-late-codegenprepare-widen-constant-loads" , cl::desc("Widen sub-dword constant address space loads in " "AMDGPULateCodeGenPrepare") , cl::ReallyHidden , cl::init(true) ) | static |
|---|