Also,
- Skip pass if machine module does not have debug info
- Minor comment changes
- Added test
Paths
| Differential D19079
[AMDGPU] Add insert nops pass based on subtarget features instead of cl::opt ClosedPublic Authored by kzhuravl on Apr 13 2016, 3:10 PM.
Details Summary Also,
Diff Detail
Event TimelineComment Actions This looks OK to me. If it goes one more day without any additional comments, go ahead and commit. Closed by commit rL266626: [AMDGPU] Add insert nops pass based on subtarget features instead of cl::opt (authored by kzhuravl). · Explain WhyApr 18 2016, 9:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 54075 llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/trunk/lib/Target/AMDGPU/SIInsertNopsPass.cpp
llvm/trunk/test/CodeGen/AMDGPU/debugger_insert_nops.ll
|