[PATCH] D82996: AMDGPU: Set more mov flags on V_ACCVGPR_{READ|WRITE}_B32

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 16:14:08 PDT 2020


arsenm closed this revision.
arsenm added a comment.

In D82996#2126680 <https://reviews.llvm.org/D82996#2126680>, @rampitec wrote:

> I would not be so sure it is trivially materializable and cheap as move in a general case given the limitation on the sources and 3 cycle hazard after it. But let's pretend it is.


It is itself, the hazards are a different question. The source constraints also don't matter

d2e74fad20bf8cf66ff20a43fe2934d71e046528 <https://reviews.llvm.org/rGd2e74fad20bf8cf66ff20a43fe2934d71e046528>


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

https://reviews.llvm.org/D82996





More information about the llvm-commits mailing list