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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to