[PATCH] D149254: [AMDGPU][MC] Clean up DPP bound_crtl handling

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 07:53:34 PDT 2023


foad added a comment.

In D149254#4298864 <https://reviews.llvm.org/D149254#4298864>, @dp wrote:

> IMO this change should be limited to GFX11 to preserve compatibility with existing assembly code.

Why GFX11? Do you mean because it was the first architecture introduced *after* you fixed the disassembler to output bound_ctrl:1 instead of bound_ctrl:0 in D97048 <https://reviews.llvm.org/D97048>?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149254



More information about the llvm-commits mailing list