[PATCH] D133067: [AMDGPU] W/a hazard if 64 bit shift amount is a highest allocated VGPR

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 21:20:13 PDT 2022


rampitec added a comment.

Also we could still constrain src0 of these to a decimated RC in the finalizeLowering and keep this w/a just in case further optimizations would replace the operand. In that case this will be an extremely rare situation we hit the w/a itself. Although constraining the RC will have its own negative impact on the register allocation.


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

https://reviews.llvm.org/D133067



More information about the llvm-commits mailing list