[all-commits] [llvm/llvm-project] b3d94b: [RISCV] Remove references to 'B' extension from As...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jan 26 11:09:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3d94b199c22fc662a897054b4dcad4e33649592
      https://github.com/llvm/llvm-project/commit/b3d94b199c22fc662a897054b4dcad4e33649592
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/test/MC/RISCV/rv32i-invalid.s
    M llvm/test/MC/RISCV/rv32zbkc-invalid.s
    M llvm/test/MC/RISCV/rv32zbkx-invalid.s

  Log Message:
  -----------
  [RISCV] Remove references to 'B' extension from AssemblerPredicate and SubtargetFeature strings.

For Zba/Zbb/Zbc/Zbs I've removed the 'B' completely and used the
extension names as presented at the start of Chapter 1 of the
1.0.0 Bitmanipulation spec.

For the unratified extensions, I've replaced 'B' with 'Zb' and
otherwise left them unchanged.

Reviewed By: asb

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




More information about the All-commits mailing list