[Power9] Add the TLS store instructions to the Power 9 model
authorStefan Pintilie <stefanp@ca.ibm.com>
Fri, 13 Apr 2018 19:49:58 +0000 (19:49 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 13 Apr 2018 19:49:58 +0000 (19:49 +0000)
commit118b8675c5946c38d5a914a63fe0c2f6f61d9eba
tree312e311d5dd964db997b18a2de28f95dc0a8b891
parent636d94db3b52c9284fa7d50979306da49f1ba703
[Power9] Add the TLS store instructions to the Power 9 model

The Power 9 scheduler model should now include the TLS instructions.
We can now, once again, mark the model as complete.
From now on, if instructions are added to Power 9 but are not
added to the model the build should produce an error. Hopefully
that will alert the developer who is adding new instructions
that they should also be added to the scheulder model.

llvm-svn: 330060
llvm/lib/Target/PowerPC/P9InstrResources.td
llvm/lib/Target/PowerPC/PPCScheduleP9.td