[llvm] [AMDGPU] misched: avoid subregister dependencies (PR #140255)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 05:08:21 PDT 2025


jayfoad wrote:

> But aren't the true 16 instructions dedicated instructions?

No. True16 is just a compiler mode switch that affects how we do register allocation. The hardware instructions are identical - the hardware does not know or care whether the compiler ran in true16 mode or not.

https://github.com/llvm/llvm-project/pull/140255


More information about the llvm-commits mailing list