[PATCH] D87674: [AMDGPU] Insert waitcnt after returning from call

Marek Olšák via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 09:40:57 PDT 2020


mareko added a comment.

Yes, this commit is incorrect. It completely breaks code linking in Mesa OpenGL. s_waitcnt is required at the end of all global functions that return values.

Please revert. @nhaehnle


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87674



More information about the llvm-commits mailing list