[llvm-branch-commits] [SPARC][IAS] Rework ASI tag matching in prep for `ParseForAllFeatures` (PR #96020)
Sergei Barannikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jun 23 08:01:50 PDT 2024
================
@@ -1360,6 +1372,16 @@ ParseStatus SparcAsmParser::parseBranchModifiers(OperandVector &Operands) {
return ParseStatus::Success;
}
+ParseStatus SparcAsmParser::parseExpression(OperandVector &Operands,
----------------
s-barannikov wrote:
Can you use this method in `parsePrefetchTag` too?
`Operands` is unused.
https://github.com/llvm/llvm-project/pull/96020
More information about the llvm-branch-commits
mailing list