[PATCH] D119541: [RISCV] Fix RISCVTargetInfo::initFeatureMap, add non-ISA features back after implication
Yueh-Ting Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 21 19:21:33 PST 2022
eopXD marked an inline comment as done.
eopXD added inline comments.
================
Comment at: clang/test/Driver/riscv-default-features.c:4
+// RV32: "target-features"="+a,+c,+m,+relax,-save-restore"
+// RV64: "target-features"="+64bit,+a,+c,+m,+relax,-save-restore"
+
----------------
rogfer01 wrote:
> I think we may be missing are missing a `RUN` line for this case, right?
Created patch D120297, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119541/new/
https://reviews.llvm.org/D119541
More information about the cfe-commits
mailing list