mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[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 ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
|
||||
RegisterSuffix += ":" + OutTypeCode;
|
||||
} else if (OutTypeCode == "64") {
|
||||
RegisterSuffix += ":64";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user