]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Mark PPC MFTB and DST (and friends) as deprecated
authorHal Finkel <hfinkel@anl.gov>
Thu, 12 Sep 2013 14:40:06 +0000 (14:40 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 12 Sep 2013 14:40:06 +0000 (14:40 +0000)
commitc0b12dfd0a83081c1ebbb55a89c7a2c1f98f1842
treee3e267ec506e49515d8be3dd78d79cd3fe3f4b1a
parent25d25832d550c1844d27d2034cec1c8d507fa689
Mark PPC MFTB and DST (and friends) as deprecated

Use the new instruction deprecation feature to mark mftb (now replaced with
mfspr) and dst (along with the other Altivec cache control instructions) as
deprecated when targeting cores supporting at least ISA v2.03.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190605 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
test/MC/PowerPC/deprecated-p7.s [new file with mode: 0644]