[PATCH] D116089: [RISCV] Reduce repetitive codes in F,D,Zfh
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 23 06:42:45 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoF.td:91
+
+ let Predicates = [HasStdExtD],
+ SchedRW = [WriteFMA64, ReadFMA64, ReadFMA64, ReadFMA64] in
----------------
This is starting to break down the boundary between these files. You now have a D and Zfh extension predicate in the F file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116089/new/
https://reviews.llvm.org/D116089
More information about the llvm-commits
mailing list