[PATCH] D18550: AMDGPU/SI: Add peephole optimzer pass

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 07:13:52 PDT 2016


tstellarAMD created this revision.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

All this pass does for now is combine consecutive s_nop instructions,
which will be necessary once the hazard recognizer is enabled.

http://reviews.llvm.org/D18550

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/CMakeLists.txt
  lib/Target/AMDGPU/GCNPeepholeOptimizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18550.51902.patch
Type: text/x-patch
Size: 5418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/36b42d6c/attachment.bin>


More information about the llvm-commits mailing list