[all-commits] [llvm/llvm-project] 9ea3df: [RISCV][NFC] Rename RequiredExtensions to Required...

Jianjian Guan via All-commits all-commits at lists.llvm.org
Mon Jan 24 18:26:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ea3dfa5d015f61ff282ed88d08125bb38fd19a8
      https://github.com/llvm/llvm-project/commit/9ea3dfa5d015f61ff282ed88d08125bb38fd19a8
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M clang/include/clang/Basic/riscv_vector.td
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [RISCV][NFC] Rename RequiredExtensions to RequiredFeatures.

The field 'RequiredExtensions' is used to specify the constraint for rvv builtin, and it contains something which is not a sub-extension or extension such as 'RV64'. So the word 'extension' is not accurate now, 'feature' seems better.

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




More information about the All-commits mailing list