|
LLVM
4.0.0
|
R600EmitClauseMarker pass emits CFAlu instruction in a conservative maneer. More...
#include "AMDGPU.h"#include "AMDGPUSubtarget.h"#include "R600Defines.h"#include "R600InstrInfo.h"#include "R600MachineFunctionInfo.h"#include "R600RegisterInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "r600mergeclause" |
R600EmitClauseMarker pass emits CFAlu instruction in a conservative maneer.
This pass is merging consecutive CFAlus where applicable. It needs to be called after IfCvt for best results.
Definition in file R600ClauseMergePass.cpp.
| #define DEBUG_TYPE "r600mergeclause" |
Definition at line 30 of file R600ClauseMergePass.cpp.
1.8.6