mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-30 16:34:03 +00:00
Add another missing cast for Neon vcombine results.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c79528a112
commit
b322fc2ece
@ -597,7 +597,7 @@ static std::string GenOpString(OpKind op, const std::string &proto,
|
||||
s += "(" + ts + ")a";
|
||||
break;
|
||||
case OpConcat:
|
||||
s += "__builtin_shufflevector((int64x1_t)a";
|
||||
s += "(" + ts + ")__builtin_shufflevector((int64x1_t)a";
|
||||
s += ", (int64x1_t)b, 0, 1)";
|
||||
break;
|
||||
case OpHi:
|
||||
|
Loading…
Reference in New Issue
Block a user