[PATCH] D117098: [RISCV] update zfh and zfhmin extention to v1.0

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 14 12:37:22 PST 2022


craig.topper added a comment.

A new test `inline-asm-zfh-constraint-f.ll` was added today that needs it's RUN line updated.



================
Comment at: clang/test/Preprocessor/riscv-target-features.c:231
 
 // RUN: %clang -target riscv32-unknown-linux-gnu -menable-experimental-extensions \
+// RUN: -march=rv32izfhmin1p0 -x c -E -dM %s \
----------------
Remove -menable-experimental-extensions


================
Comment at: clang/test/Preprocessor/riscv-target-features.c:239
+
+// RUN: %clang -target riscv32-unknown-linux-gnu -menable-experimental-extensions \
+// RUN: -march=rv32izfh1p0 -x c -E -dM %s \
----------------
Remove -menable-experimental-extensions


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td:1
-//===-- RISCVInstrInfoFH.td - RISC-V 'FH' instructions -----*- tablegen -*-===//
+//===-- RISCVInstrInfoFH.td - RISC-V 'Zfh' instructions ----*- tablegen -*-===//
 //
----------------
RISCVInstrInfoFH.td should be RISCVInstrInfoZfh.td


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117098/new/

https://reviews.llvm.org/D117098



More information about the cfe-commits mailing list