[PATCH] D23556: [AMDGPU] Remove duplicate initialization of SIDebuggerInsertNops pass
Konstantin Zhuravlyov via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 15:38:22 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL278863: [AMDGPU] Remove duplicate initialization of SIDebuggerInsertNops pass (authored by kzhuravl).
Changed prior to commit:
https://reviews.llvm.org/D23556?vs=68182&id=68269#toc
Repository:
rL LLVM
https://reviews.llvm.org/D23556
Files:
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Index: llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+++ llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -76,7 +76,6 @@
initializeAMDGPUPromoteAllocaPass(*PR);
initializeAMDGPUCodeGenPreparePass(*PR);
initializeSIAnnotateControlFlowPass(*PR);
- initializeSIDebuggerInsertNopsPass(*PR);
initializeSIInsertWaitsPass(*PR);
initializeSIWholeQuadModePass(*PR);
initializeSILowerControlFlowPass(*PR);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23556.68269.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/e6bff311/attachment.bin>
More information about the llvm-commits
mailing list