[PATCH] D137832: [AMDGPU][AsmParser] Forbid TFE modifiers for MBUF stores.

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 07:39:41 PST 2022


dp added a comment.

> The currently reported position is the beginning of the first operand and in the current design there seems to be no way to do better

If `AsmMatcher` cannot report error position, why do not move the check to `AMDGPUAsmParser::validateInstruction` then?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137832



More information about the llvm-commits mailing list