[PATCH] D93298: [RISCV] add the MC layer support of Zfinx extension
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 27 19:51:59 PST 2022
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:10923-10924
- return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
+ std::pair<Register, const TargetRegisterClass *> Res;
+ Res = TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93298/new/
https://reviews.llvm.org/D93298
More information about the cfe-commits
mailing list