[all-commits] [llvm/llvm-project] 5ffe77: [RISCV] Add Zvkb test to riscv-target-features.c. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Jan 21 21:19:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ffe777c4acd1051c4cebc8464c7e1ae5ca2f689
      https://github.com/llvm/llvm-project/commit/5ffe777c4acd1051c4cebc8464c7e1ae5ca2f689
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-01-21 (Sun, 21 Jan 2024)

  Changed paths:
    M clang/test/Preprocessor/riscv-target-features.c

  Log Message:
  -----------
  [RISCV] Add Zvkb test to riscv-target-features.c. NFC


  Commit: 25063bedb596943e546994a45710c79fdd6539e8
      https://github.com/llvm/llvm-project/commit/25063bedb596943e546994a45710c79fdd6539e8
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-01-21 (Sun, 21 Jan 2024)

  Changed paths:
    M clang/test/Preprocessor/riscv-target-features.c

  Log Message:
  -----------
  [RISCV] Replace Zvbb with Zvkb in the Zvk* combine tests in riscv-target-features.c. NFC

The tests are testing that specifying individual Zvk* extensions
set the preprocessor directives for Zvk* shorthand extensions.

None of the shorthands refer to Zvbb so we should use Zvkb(which
is implied by Zvbb).


Compare: https://github.com/llvm/llvm-project/compare/03c19e91e8d8...25063bedb596


More information about the All-commits mailing list