[all-commits] [llvm/llvm-project] 43c829: [RISCV] Refactor immediate comparison instructions...

ZCBing via All-commits all-commits at lists.llvm.org
Wed Dec 29 17:34:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43c8296cda97e0aee8668790ebe7b1b1d6c2b3f9
      https://github.com/llvm/llvm-project/commit/43c8296cda97e0aee8668790ebe7b1b1d6c2b3f9
  Author: Chenbing.Zheng <Chenbing.Zheng at streamcomputing.com>
  Date:   2021-12-30 (Thu, 30 Dec 2021)

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

  Log Message:
  -----------
  [RISCV] Refactor immediate comparison instructions patterns

The patterns of the immediate comparison instruction is rewrite here, and put similar code to a class.
Do not change any function of the original code, making the code more concise.

Reviewed By: craig.topper

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




More information about the All-commits mailing list