[all-commits] [llvm/llvm-project] 49c79e: [RISCV][NFC] Add explicit type i64 to RV64 only pa...

Tsung-Chun Lin via All-commits all-commits at lists.llvm.org
Thu Apr 8 18:35:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49c79e3b56448dbcd34aaf61e3678f7d6f5fcf80
      https://github.com/llvm/llvm-project/commit/49c79e3b56448dbcd34aaf61e3678f7d6f5fcf80
  Author: Jim Lin <tclin914 at gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

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

  Log Message:
  -----------
  [RISCV][NFC] Add explicit type i64 to RV64 only patterns.

Add explicit type i64 to RV64 only patterns to stop emitting unneeded i32 patterns.

It can reduce the isel table size.

Reviewed By: craig.topper

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




More information about the All-commits mailing list