[PATCH] D141643: AMDGPU: Put un-initiaized enumerators together in an enum definition.

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 15:03:13 PST 2023


Joe_Nash added a comment.

1. There is a bug in permlane16 selection I am working on and will put up a patch for soon
2. I'm curious how AMDGPU/permlane-op-sel.ll test passes. When I run the runline "llc -march=amdgcn -mcpu=gfx1030 -show-mc-encoding"  using ToT and check the output I get "v_permlane16_b32 v0, v0, s7, s0 op_sel:[1,0] ; encoding: [0x00,**0x49**,0x77,0xd7,0x00,0x0f,0x00,0x20]" not what is in the check line.


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

https://reviews.llvm.org/D141643



More information about the llvm-commits mailing list