forked from OSchip/llvm-project
[Myriad]: add missing 'mcpu' values
Should have been done with r276646. llvm-svn: 279996
This commit is contained in:
parent
0d23ebe888
commit
47ca88ace2
|
@ -87,6 +87,9 @@ def : Proc<"tsc701", []>;
|
||||||
def : Proc<"myriad2", []>;
|
def : Proc<"myriad2", []>;
|
||||||
def : Proc<"myriad2.1", []>;
|
def : Proc<"myriad2.1", []>;
|
||||||
def : Proc<"myriad2.2", []>;
|
def : Proc<"myriad2.2", []>;
|
||||||
|
def : Proc<"ma2100", []>;
|
||||||
|
def : Proc<"ma2150", []>;
|
||||||
|
def : Proc<"ma2450", []>;
|
||||||
def : Proc<"v9", [FeatureV9]>;
|
def : Proc<"v9", [FeatureV9]>;
|
||||||
def : Proc<"ultrasparc", [FeatureV9, FeatureV8Deprecated, FeatureVIS]>;
|
def : Proc<"ultrasparc", [FeatureV9, FeatureV8Deprecated, FeatureVIS]>;
|
||||||
def : Proc<"ultrasparc3", [FeatureV9, FeatureV8Deprecated, FeatureVIS,
|
def : Proc<"ultrasparc3", [FeatureV9, FeatureV8Deprecated, FeatureVIS,
|
||||||
|
|
Loading…
Reference in New Issue