[llvm] [AMDGPU] Update VOP instructions for GFX12 (PR #74853)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 09:02:44 PST 2023


jayfoad wrote:

Just to give some background to Mirko's point:
- In GFX11 the 64-bit shifts V_ASHRREV_I64, V_LSHLREV_B64 and V_LSHRREV_B64 are all VOP3 only.
- In GFX12 V_LSHLREV_B64 moved to VOP2 but V_ASHRREV_I64 and V_LSHRREV_B64 are still VOP3 only.

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


More information about the llvm-commits mailing list