[llvm] [AMDGPU][True16][CodeGen] lower flat_d16_saddr_t16 to saddr inst (PR #166603)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 06:41:51 PST 2025


broxigarchen wrote:

> Why is it only affecting gfx1250? I would expect we could do the same on gfx11 or gfx12.

We do the same on gfx11/gfx12, but seems we never select to the saddr inst and thus never hit this there

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


More information about the llvm-commits mailing list