projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5cafd
)
Enable MFOCRF generation on the PPC A2 core.
author
Hal Finkel
<hfinkel@anl.gov>
Mon, 11 Jun 2012 19:57:04 +0000
(19:57 +0000)
committer
Hal Finkel
<hfinkel@anl.gov>
Mon, 11 Jun 2012 19:57:04 +0000
(19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158324
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPC.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPC.td
b/lib/Target/PowerPC/PPC.td
index 91e07179ee83ce80cd43b4e4791de6b576b903b8..4ad5c54aa5298572341745b27f32743c64c5179d 100644
(file)
--- a/
lib/Target/PowerPC/PPC.td
+++ b/
lib/Target/PowerPC/PPC.td
@@
-91,8
+91,8
@@
def : Processor<"g5", G5Itineraries,
FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
Feature64Bit /*, Feature64BitRegs */]>;
def : Processor<"a2", PPCA2Itineraries, [DirectiveA2, FeatureBookE,
- Feature
FSqrt, FeatureSTFIWX
,
- Feature64Bit
+ Feature
MFOCRF, FeatureFSqrt
,
+ Feature
STFIWX, Feature
64Bit
/*, Feature64BitRegs */]>;
def : Processor<"pwr6", G5Itineraries,
[DirectivePwr6, FeatureAltivec,