[llvm] r178618 - Remove some unsupported-feature comments from PPC.td

Hal Finkel hfinkel at anl.gov
Tue Apr 2 21:03:58 PDT 2013


Author: hfinkel
Date: Tue Apr  2 23:03:58 2013
New Revision: 178618

URL: http://llvm.org/viewvc/llvm-project?rev=178618&view=rev
Log:
Remove some unsupported-feature comments from PPC.td

These refer to the reciprocal estimate support recently committed.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPC.td

Modified: llvm/trunk/lib/Target/PowerPC/PPC.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPC.td?rev=178618&r1=178617&r2=178618&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPC.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPC.td Tue Apr  2 23:03:58 2013
@@ -91,10 +91,7 @@ def FeatureQPX       : SubtargetFeature<
 //
 // CMPB         p6, p6x, p7        cmpb
 // DFP          p6, p6x, p7        decimal floating-point instructions
-// FRE          p5 through p7      fre (vs. fres, available since p3)
-// FRSQRTES     p5 through p7      frsqrtes (vs. frsqrte, available since p3)
 // POPCNTB      p5 through p7      popcntb and related instructions
-// RECIP_PREC   p6, p6x, p7        higher precision reciprocal estimates
 // VSX          p7                 vector-scalar instruction set
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list