[all-commits] [llvm/llvm-project] 7eaa28: [RISCV][NFC] Replace explicit type i64 with riscv ...

Jim Lin via All-commits all-commits at lists.llvm.org
Fri Apr 9 02:04:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7eaa2810c4413667872befd4f0045639f7f50f9c
      https://github.com/llvm/llvm-project/commit/7eaa2810c4413667872befd4f0045639f7f50f9c
  Author: Jim Lin <jim at andestech.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoB.td

  Log Message:
  -----------
  [RISCV][NFC] Replace explicit type i64 with riscv customized SDTypeProfile.

New SDTypeProfile can be reused for other word operation patterns without explicit i64 type in the future.

Reviewed By: craig.topper

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




More information about the All-commits mailing list