Implement RISCVRegisterInfo::getOffsetOpcodes for RISCV to avoid crashing when processing scalable vector debug info. In base class, TargetRegisterInfo::getOffsetOpcodes will not handle scalable offset(assert(!Offset.getScalable() && "Scalable offsets are not handled")). So first to remove the assert to avoid crashing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo