[llvm] AMDGPU: AsmParser boilerplate for missing features (PR #157013)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 12:45:33 PDT 2025


================
@@ -5838,10 +5845,14 @@ bool AMDGPUAsmParser::matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
   MCInst Inst;
   Inst.setLoc(IDLoc);
   unsigned Result = Match_Success;
+  FeatureBitset MissingFeatures;
----------------
rampitec wrote:

Do you need to clear it between loop iterations?

https://github.com/llvm/llvm-project/pull/157013


More information about the llvm-commits mailing list