[PATCH] D134177: Add MC support of RISCV Zcd Extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 18:15:41 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:366
+ "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">;
+def HasStdExtZcd : Predicate<"Subtarget->hasStdExtZcf()">,
+ AssemblerPredicate<(all_of FeatureExtZcd),
----------------
This predicate isn't used
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134177/new/
https://reviews.llvm.org/D134177
More information about the llvm-commits
mailing list