[PATCH] D81841: AMDGPU: Don't use 16-bit FP inline constants in integer operands

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 10:58:12 PDT 2020


arsenm added a comment.

In D81841#2093296 <https://reviews.llvm.org/D81841#2093296>, @dp wrote:

> If this is a HW defect, should not the change be conditional, based on a feature?


It's universally broken, so no. If this was theoretically fixed in future hardware, we could add one for working 16-bit integer immediates

> Regarding gfx*asm_all - I'll update them myself after the change is integrated.




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

https://reviews.llvm.org/D81841





More information about the llvm-commits mailing list