[llvm] [RISCV] Teach RISCVMakeCompressible handle byte/half load/store for Zbc. (PR #83375)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 21:17:12 PST 2024
================
@@ -99,6 +99,14 @@ static unsigned log2LdstWidth(unsigned Opcode) {
switch (Opcode) {
default:
llvm_unreachable("Unexpected opcode");
+ case RISCV::LB:
----------------
topperc wrote:
There is no `c.lb`
https://github.com/llvm/llvm-project/pull/83375
More information about the llvm-commits
mailing list