[PATCH] D101380: [AMDGPU] Move insertion of function entry waitcnt later

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 06:38:05 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp:1603
+    // Wait for any outstanding memory operations that the input registers may
+    // depend on. We can't track them and it's better to the wait after the
+    // costly call sequence.
----------------
Typo, should be "to wait" or "to do the wait"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101380/new/

https://reviews.llvm.org/D101380



More information about the llvm-commits mailing list