[PATCH] D93298: [RISCV] add the MC layer support of Zfinx extension
luxufan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 03:20:21 PST 2021
StephenFan added inline comments.
================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:983
+ }
+
return Match_InvalidOperand;
----------------
It seems like that this function is not useful.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93298/new/
https://reviews.llvm.org/D93298
More information about the llvm-commits
mailing list