Displaying 1 result from an estimated 1 matches for "featurefparmv8".
2016 Dec 16
1
help/hints/suggestions/tips please: how to give _generic_ compilation for a particular ISA a non-zero LoopMicroOpBufferSize?
...pMicroOpBufferSize,
... where "NoSchedModel" seems to be generated from this TableGen code in the source-tree file
at "llvm/lib/Target/AArch64/AArch64.td":
def : ProcessorModel<"generic", NoSchedModel, [
FeatureCRC,
FeatureFPARMv8,
FeatureNEON,
FeaturePerfMon,
FeaturePostRAScheduler
]>;
... wherein it`s obvious how to add something like "FeatureCustomCheapAsMoveHandling" to the
list of features, but I have no idea how to ch...