[PATCH] D17454: Insert two S_NOP instructions for every high level source statement.

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 09:26:59 PST 2016


kzhuravl retitled this revision from "Insert nop for each high level source statement" to "Insert two S_NOP instructions for every high level source statement.".
kzhuravl updated the summary for this revision.
kzhuravl updated this revision to Diff 48625.
kzhuravl added a comment.

After discussion with Tools, it was decided to insert two S_NOPs for each high level source statement, this way we do not have to disable any optimizations in non-O0 opt levels


http://reviews.llvm.org/D17454

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17454.48625.patch
Type: text/x-patch
Size: 6022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160221/845b708e/attachment.bin>


More information about the llvm-commits mailing list