forked from OSchip/llvm-project
[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.
llvm-svn: 184786
This commit is contained in:
parent
c6b5e56c19
commit
1169a52c83
|
@ -771,8 +771,6 @@ GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef,
|
||||||
if (IsLDSTOne) {
|
if (IsLDSTOne) {
|
||||||
if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
|
if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
|
||||||
RegisterSuffix += ":" + OutTypeCode;
|
RegisterSuffix += ":" + OutTypeCode;
|
||||||
} else if (OutTypeCode == "64") {
|
|
||||||
RegisterSuffix += ":64";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue