Skip to content

Commit

Permalink
[AArch64] PredictableSelectIsExpensive for Vulcan.
Browse files Browse the repository at this point in the history
Adding PredictableSelectIsExpensive for Vulcan

Differential Revision: https://reviews.llvm.org/D22448

llvm-svn: 275978
  • Loading branch information
pgode committed Jul 19, 2016
1 parent cbcecca commit 1bfca19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/AArch64/AArch64.td
Expand Up @@ -250,6 +250,7 @@ def ProcVulcan : SubtargetFeature<"vulcan", "ARMProcFamily", "Vulcan",
FeatureMacroOpFusion,
FeatureNEON,
FeaturePostRAScheduler,
FeaturePredictableSelectIsExpensive,
HasV8_1aOps]>;

def : ProcessorModel<"generic", NoSchedModel, [
Expand Down

0 comments on commit 1bfca19

Please sign in to comment.