forked from OSchip/llvm-project
[AArch64] Macro fusion of simple ALU ops with branches for Broadcom's Vulcan
Support for the macro fusion of simple ALU ops with branches for the Vulcan sub-target. Patch by Meador Inge <meadori@gmail.com> Differential Revision: http://reviews.llvm.org/D22042 llvm-svn: 274837
This commit is contained in:
parent
de01b98a26
commit
5d118a1676
|
@ -245,6 +245,7 @@ def ProcVulcan : SubtargetFeature<"vulcan", "ARMProcFamily", "Vulcan",
|
|||
FeatureCRC,
|
||||
FeatureCrypto,
|
||||
FeatureFPARMv8,
|
||||
FeatureMacroOpFusion,
|
||||
FeatureNEON,
|
||||
FeaturePostRAScheduler,
|
||||
HasV8_1aOps]>;
|
||||
|
|
Loading…
Reference in New Issue