]> granicus.if.org Git - clang/commitdiff
[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:39 +0000 (21:25 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:39 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184786 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index c5fc7821a29fa8b6aafd0c124bd4128704cc78ac..bb505de95daa6959e33b704868f63a710b510845 100644 (file)
@@ -771,8 +771,6 @@ GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef,
     if (IsLDSTOne) {
       if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
         RegisterSuffix += ":" + OutTypeCode;
-      } else if (OutTypeCode == "64") {
-        RegisterSuffix += ":64";
       }
     }