[all-commits] [llvm/llvm-project] ea1a2a: [RISCV] Map pseudos to their BaseInstr to reduce c...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Thu Oct 27 01:51:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea1a2aaa9ad39fb79de2de7d753374bc0a44e7ba
      https://github.com/llvm/llvm-project/commit/ea1a2aaa9ad39fb79de2de7d753374bc0a44e7ba
  Author: wangpc <pc.wang at linux.alibaba.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  [RISCV] Map pseudos to their BaseInstr to reduce cases

There are a lot of cases for pseudos of the same instruction, here
we just use existed mapping table to map pseudos to real instructions
to reduce cases.

Reviewed By: kito-cheng

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




More information about the All-commits mailing list