[PATCH] D36193: AMDGPU: IMPLICIT_DEFs do not contribute to wait states

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 15:11:09 PDT 2017


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Target/AMDGPU/GCNHazardRecognizer.cpp:227
+
+      if (MI->getOpcode() == AMDGPU::IMPLICIT_DEF)
+        continue;
----------------
While you're here, this should probably also handle DBG_VALUE too


https://reviews.llvm.org/D36193





More information about the llvm-commits mailing list