[all-commits] [llvm/llvm-project] 1467e0: [RISCV][NFC] Rename variable in RISCVVEmitter.cpp

Kito Cheng via All-commits all-commits at lists.llvm.org
Wed May 18 08:14:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1467e01f8f699fa2a69937dd07e51325ba71a93b
      https://github.com/llvm/llvm-project/commit/1467e01f8f699fa2a69937dd07e51325ba71a93b
  Author: Kito Cheng <kito.cheng at sifive.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [RISCV][NFC] Rename variable in RISCVVEmitter.cpp

- Use `Overloaded` rather than `Mangled`.
- Use `Prototype` or `Desc` rather than `Seq`, it's not just a string sequence.
  - `Prototype` for those PrototypeDescriptor will used to evaluate as argument type.
  - `Desc` for those PrototypeDescriptor will used to evaluate as part of function name.

Reviewed By: khchen

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




More information about the All-commits mailing list