[all-commits] [llvm/llvm-project] a2684f: [RISCV][NFC] Use named arguments in newly added ch...

Wang Pengcheng via All-commits all-commits at lists.llvm.org
Thu Aug 10 02:16:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2684f76204c2577d31c4db8b84558ba9150db0a
      https://github.com/llvm/llvm-project/commit/a2684f76204c2577d31c4db8b84558ba9150db0a
  Author: wangpc <wangpengcheng.pp at bytedance.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M clang/include/clang/Basic/riscv_sifive_vector.td
    M clang/include/clang/Basic/riscv_vector.td
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/include/llvm/IR/IntrinsicsRISCVXsf.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td

  Log Message:
  -----------
  [RISCV][NFC] Use named arguments in newly added changes

Named arguments have been supported in D152998 and most *.td files
of RISC-V target have been rewritten. This patch just makes them
consistent since some newly added changes weren't in this way.

Reviewed By: 4vtomat, MaskRay, asb

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




More information about the All-commits mailing list