[llvm] [RISCV] Teach RISCVMakeCompressible handle byte/half load/store for Zbc. (PR #83375)

Yeting Kuo via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 23:46:11 PST 2024


================
@@ -99,6 +99,14 @@ static unsigned log2LdstWidth(unsigned Opcode) {
   switch (Opcode) {
   default:
     llvm_unreachable("Unexpected opcode");
+  case RISCV::LB:
----------------
yetingk wrote:

Removed.

https://github.com/llvm/llvm-project/pull/83375


More information about the llvm-commits mailing list