[PATCH] D113778: [AMDGPU] Use shift for b64 mov

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 08:57:23 PST 2021


foad added a comment.

In D113778#3127658 <https://reviews.llvm.org/D113778#3127658>, @arsenm wrote:

> 64-bit shifts were quarter rate instructions last I checked, so this is slower

The Write64Bit definitions in SISchedule.td suggest they are half rate on most subtargets and full rate on gfx90a.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113778



More information about the llvm-commits mailing list