[PATCH] D147158: [AMDGPU] Do not reserve 16-bit registers

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 12:10:30 PDT 2023


rampitec added a comment.

Here is the thing:

  v_mov_b16 v0.h, vcc_lo.h
      0xd59c4800
      0x0000006a
  v_mov_b16 v0.l, vcc_hi.l
      0x7e00386b

So this all seems legal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147158



More information about the llvm-commits mailing list