#include "SPIRVPrepareGlobals.h"
#include "SPIRV.h"
#include "SPIRVUtils.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/IntrinsicsSPIRV.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include <climits>
#include <string>
Go to the source code of this file.
|
| namespace | llvm |
| | This is an optimization pass for GlobalISel generic memory operations.
|
◆ DEBUG_TYPE
| #define DEBUG_TYPE "spirv-prepare-globals" |
◆ INITIALIZE_PASS()
| INITIALIZE_PASS |
( |
SPIRVPrepareGlobalsLegacy | , |
|
|
"spirv-prepare-globals" | , |
|
|
"SPIRV prepare global variables" | , |
|
|
false | , |
|
|
false | ) |