[all-commits] [llvm/llvm-project] 79e3d5: [RISCV][NFC] Rename variables in rvv intrinsics re...

Zakk Chen via All-commits all-commits at lists.llvm.org
Tue May 31 17:44:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79e3d57f52284c7d911724ef6298f765c747c20d
      https://github.com/llvm/llvm-project/commit/79e3d57f52284c7d911724ef6298f765c747c20d
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
    M clang/include/clang/Basic/riscv_vector.td
    M clang/include/clang/Support/RISCVVIntrinsicUtils.h
    M clang/lib/Support/RISCVVIntrinsicUtils.cpp
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [RISCV][NFC] Rename variables in rvv intrinsics related files.

This patch does the same thing as D125886 did.

- Use `Overloaded` rather than `Mangled`.
- Use `Prototype` or `Desc` rather than `Seq`, it's not just a string
sequence.

Reviewed By: fakepaper56

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




More information about the All-commits mailing list