[llvm] [RISCV] Re-implement Zacas MC layer support to make it usable for CodeGen. (PR #77418)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 00:06:31 PST 2024
================
@@ -546,6 +546,10 @@ DecodeStatus RISCVDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
!STI.hasFeature(RISCV::Feature64Bit),
DecoderTableRV32Zdinx32,
"RV32Zdinx table (Double in Integer and rv32)");
+ TRY_TO_DECODE(STI.hasFeature(RISCV::FeatureStdExtZacas) &&
----------------
dtcxzyw wrote:
Tests?
https://github.com/llvm/llvm-project/pull/77418
More information about the llvm-commits
mailing list