[PATCH] D31161: [AMDGPU] New Waitcnt Insertion Pass

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 03:08:28 PDT 2017


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/SIInsertWaitcnts.cpp:818
+  //   with knowledge of the called routines.
+  if (MI.getOpcode() == AMDGPU::RETURN || MI.getOpcode() == AMDGPU::SI_RETURN) {
+    ForAllInstCounterType(t) {
----------------
I believe there is no SI_RETURN anymore, it is renamed.


https://reviews.llvm.org/D31161





More information about the llvm-commits mailing list