[all-commits] [llvm/llvm-project] a32023: [RISCV][NFC] Change type of isOrdered to boolean

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Wed Jul 26 20:09:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a32023edbc6a0dffab1b1d9ccc1a934f55a0038f
      https://github.com/llvm/llvm-project/commit/a32023edbc6a0dffab1b1d9ccc1a934f55a0038f
  Author: wangpc <wangpengcheng.pp at bytedance.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

  Log Message:
  -----------
  [RISCV][NFC] Change type of isOrdered to boolean

The name is `isOrdered` but it's a string actually, which is a bit
confusing. We change its type to `bit` and get the order string via
its value.

Reviewed By: craig.topper

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




More information about the All-commits mailing list