[PATCH] D138492: [AMDGPU][AsmParser] Refine parsing instruction operands.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 06:26:50 PST 2022


foad added a reviewer: rampitec.
foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:379
+  bool isTFE() const {
+    return isImmTy(ImmTyTFE) || (isToken() && getToken() == "tfe");
+  }
----------------
Why does only tfe need this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138492



More information about the llvm-commits mailing list