r184786 - [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.

Michael Gottesman mgottesman at apple.com
Mon Jun 24 14:25:40 PDT 2013


Author: mgottesman
Date: Mon Jun 24 16:25:39 2013
New Revision: 184786

URL: http://llvm.org/viewvc/llvm-project?rev=184786&view=rev
Log:
[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.

Modified:
    cfe/trunk/utils/TableGen/NeonEmitter.cpp

Modified: cfe/trunk/utils/TableGen/NeonEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/NeonEmitter.cpp?rev=184786&r1=184785&r2=184786&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/NeonEmitter.cpp (original)
+++ cfe/trunk/utils/TableGen/NeonEmitter.cpp Mon Jun 24 16:25:39 2013
@@ -771,8 +771,6 @@ GenerateRegisterCheckPatternForLoadStore
     if (IsLDSTOne) {
       if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
         RegisterSuffix += ":" + OutTypeCode;
-      } else if (OutTypeCode == "64") {
-        RegisterSuffix += ":64";
       }
     }
 





More information about the cfe-commits mailing list