[PATCH] D116089: [RISCV] Reduce repetitive codes in flw, fsw
Shao-Ce SUN via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 23 21:19:58 PST 2021
achieveartificialintelligence marked an inline comment as done.
achieveartificialintelligence added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoF.td:91
+
+ let Predicates = [HasStdExtD],
+ SchedRW = [WriteFMA64, ReadFMA64, ReadFMA64, ReadFMA64] in
----------------
craig.topper wrote:
> This is starting to break down the boundary between these files. You now have a D and Zfh extension predicate in the F file.
> This is starting to break down the boundary between these files. You now have a D and Zfh extension predicate in the F file.
I've removed this kind of codes.
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