commit | 9f9f8929ee7a36e8cf33599fdd3f2bccd411401f | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Sun Apr 01 19:22:40 2012 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Sun Apr 01 19:22:40 2012 +0000 |
tree | 591e7e9cffed2c9b1cc1305ec668657ca066b359 | |
parent | 91773ab2cafab5bd74afceadb06b1ccd8b8906a4 [diff] [blame] |
Add instruction itinerary for the PPC64 A2 core. This adds a full itinerary for IBM's PPC64 A2 embedded core. These cores form the basis for the CPUs in the new IBM BG/Q supercomputer. llvm-svn: 153842
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h index 69fe50b..fbd97de 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.h +++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h
@@ -40,6 +40,7 @@ DIR_7400, DIR_750, DIR_970, + DIR_A2, DIR_64 }; }