[all-commits] [llvm/llvm-project] 495b65: [RISCV] Add missing plumbing and tests for zfa

Philip Reames via All-commits all-commits at lists.llvm.org
Fri Feb 17 17:56:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 495b653480238d692d814dde50469441b83adb4b
      https://github.com/llvm/llvm-project/commit/495b653480238d692d814dde50469441b83adb4b
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M clang/test/Preprocessor/riscv-target-features.c
    M llvm/lib/Support/RISCVISAInfo.cpp
    M llvm/test/CodeGen/RISCV/attributes.ll
    M llvm/test/MC/RISCV/attribute-arch.s

  Log Message:
  -----------
  [RISCV] Add missing plumbing and tests for zfa

Experimental support for the zfa extension was recently added in https://reviews.llvm.org/D141984. A couple of the normal test changes and clang plumbing got missed in that change. This commit updates the usual suspects.

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




More information about the All-commits mailing list