[all-commits] [llvm/llvm-project] 92723d: [RISCV][NFC] Simplify decoding code of disassembler

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Thu May 25 00:25:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92723d5a32acefc98a618ebfa47da22002b8e911
      https://github.com/llvm/llvm-project/commit/92723d5a32acefc98a618ebfa47da22002b8e911
  Author: wangpc <pc.wang at linux.alibaba.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp

  Log Message:
  -----------
  [RISCV][NFC] Simplify decoding code of disassembler

The decoding parts are reduplicative, we add a macro to simplify
the code.

Reviewed By: craig.topper, kito-cheng

Differential Revision: https://reviews.llvm.org/D151309




More information about the All-commits mailing list