[PATCH] D149497: [RISCV] Add scheduling information for Zba and Zbb to RISCVSchedSiFive7.td

Michael Maitland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 17:12:34 PDT 2023


michaelmaitland marked an inline comment as done.
michaelmaitland added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVProcessors.td:181
+                                       FeatureStdExtZvfh,
+                                       FeatureStdExtZba,
+                                       FeatureStdExtZbb],
----------------
craig.topper wrote:
> This makes the patch dependent on adding sifive-x280
Added parent revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149497/new/

https://reviews.llvm.org/D149497



More information about the llvm-commits mailing list