mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 11:48:31 +00:00
Refine BuiltinsARM.def types a bit, we should do a better job of this to save some c++ code in CGBuiltins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd726e5bce
commit
5638783276
@ -310,8 +310,10 @@ static std::string BuiltinTypeString(const char mod, StringRef typestr,
|
||||
return quad ? "V48c" : "V24c";
|
||||
if (mod == '4')
|
||||
return quad ? "V64c" : "V32c";
|
||||
if (mod == 'f')
|
||||
return quad ? "V4f" : "V2f";
|
||||
if (mod == 'f')
|
||||
return quad ? "V4f" : "V2f";
|
||||
if (mod == 'x' || mod == 'u')
|
||||
return quad ? "V4i" : "V2i";
|
||||
|
||||
return quad ? "V16c" : "V8c";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user