[PATCH] D143982: [RISCV][CodeGen] Add codegen pattern for experimental zfa extension (FLI and FCVTMOD not included)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 09:43:37 PST 2023
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that one formatting fix.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td:137
+ Sched<[WriteFMovF32ToI32, ReadFMovF32ToI32]>;
+ }
} // Predicates = [HasStdExtZfa, HasStdExtD, IsRV32]
----------------
This `}` should line up with the `l` in `let`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143982/new/
https://reviews.llvm.org/D143982
More information about the llvm-commits
mailing list