[PATCH] D137783: [AMDGPU][MC] Support TFE modifiers in MUBUF loads and stores.

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 07:47:03 PST 2022


dp added a comment.

> That was my guess as well. But isn't it right that we still want to be able to disassemble TFE stores, even if functionally useless?

You are right, that would be useful. But I suggest correcting the parser to trigger an error if a store is used with `tfe`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137783



More information about the llvm-commits mailing list