Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 9713100

Browse files
committed
Merging r275978:
------------------------------------------------------------------------ r275978 | pgode | 2016-07-19 07:30:21 -0700 (Tue, 19 Jul 2016) | 7 lines [AArch64] PredictableSelectIsExpensive for Vulcan. Adding PredictableSelectIsExpensive for Vulcan Differential Revision: https://reviews.llvm.org/D22448 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276880 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 63485bd commit 9713100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Target/AArch64/AArch64.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def ProcVulcan : SubtargetFeature<"vulcan", "ARMProcFamily", "Vulcan",
250250
FeatureMacroOpFusion,
251251
FeatureNEON,
252252
FeaturePostRAScheduler,
253+
FeaturePredictableSelectIsExpensive,
253254
HasV8_1aOps]>;
254255

255256
def : ProcessorModel<"generic", NoSchedModel, [

0 commit comments

Comments
 (0)