[PATCH] D68685: [RISCV] Scheduler description for Rocket Core
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 06:16:02 PDT 2019
jrtc27 added a comment.
If you have `let UnsupportedFeatures = [IsRV32]` (or similarly for RV64) in your model definition, you can avoid needing to list a bunch of scheduler resources with `let Unsupported = 1;`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68685/new/
https://reviews.llvm.org/D68685
More information about the llvm-commits
mailing list