[PATCH] D144271: [AMDGPU][MC] Enable modifiers on V_MOV_B32

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 14:46:50 PST 2023


arsenm added a comment.

In D144271#4139979 <https://reviews.llvm.org/D144271#4139979>, @Joe_Nash wrote:

> Actually, I think due to the way the operand lists for _e32 instructions are constructed, the modifiers are not taking effect.
> If you dump the tablegen records, if the change was effective there should be a src0_modifiers operand on the V_MOV_B32_e32 instruction.

I'd expect it to only be on v_mov_b32_e64?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144271



More information about the llvm-commits mailing list