[PATCH] D26500: [ARM] Add machine scheduler for Cortex-R52

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 01:28:31 PST 2016


sdardis added a comment.

If the instructions that are not relevant to the R52 have associated predicates, you can use "let UnsupportedFeatures = [..]", part of SchedMachineModel to have the compiler time checks disabled for them when you have CompleteModel = 1. See https://reviews.llvm.org/rL273551.


https://reviews.llvm.org/D26500





More information about the llvm-commits mailing list