[PATCH] D140460: [RISCV][MC] Add support for experimental zfa extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 10:05:03 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1634
+ SpecialVal.bitcastToAPInt().getZExtValue(), S, isRV64()));
+ } else {
+ TokError("invalid floating point literal");
----------------
what about "min"? mentioned in the spec?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140460/new/
https://reviews.llvm.org/D140460
More information about the llvm-commits
mailing list