[llvm] [RISCV] AI Foundry ET extensions for RISC-V (PR #174571)
Abel Bernabeu via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 9 01:23:21 PST 2026
================
@@ -867,3 +910,29 @@ DecodeStatus RISCVDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
Size = 0;
return MCDisassembler::Fail;
}
+
+static bool AreWiderEncodingsPrecluded(const MCSubtargetInfo &STI,
----------------
abel-bernabeu wrote:
Thanks for the reminder.
This is a function that goes away with your patch in MR here: https://github.com/llvm/llvm-project/pull/175122
https://github.com/llvm/llvm-project/pull/174571
More information about the llvm-commits
mailing list