[PATCH] D128235: [RISCV] Add support for the Zawrs extension
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 18:54:37 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/test/Driver/riscv-arch.c:585
+// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32-ZAWRS-GOOD %s
+// RV32-ZHINX-GOOD: "-target-feature" "+zawrs"
+
----------------
This doesn't match the RUN line
================
Comment at: clang/test/Driver/riscv-arch.c:589
+// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV64-ZAWRS-GOOD %s
+// RV64-ZHINX-GOOD: "-target-feature" "+zawrs"
----------------
This doesn't match the RUN line
================
Comment at: clang/test/Preprocessor/riscv-target-features.c:444
+// RUN: | FileCheck --check-prefix=CHECK-ZAWRS %s
+// CHECK-COMBINE-INTO-ZKS: __riscv_zawrs 1
----------------
This CHECK directive doesn't match the RUN line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128235/new/
https://reviews.llvm.org/D128235
More information about the cfe-commits
mailing list