diff options
author | Albion Fung <albionapc@gmail.com> | 2021-10-06 02:42:17 -0500 |
---|---|---|
committer | Albion Fung <albionapc@gmail.com> | 2021-10-06 02:47:42 -0500 |
commit | 13d3cd37e27889cb343d92313944d5dabfe2762b (patch) | |
tree | a324946dcaa1b5d12e61b26619abad1ff4c8ebf7 /llvm/lib/Support/ErrorHandling.cpp | |
parent | 91d15aa0b8bff10bd1ccf279418560d17fea52ff (diff) | |
download | llvm-13d3cd37e27889cb343d92313944d5dabfe2762b.zip llvm-13d3cd37e27889cb343d92313944d5dabfe2762b.tar.gz llvm-13d3cd37e27889cb343d92313944d5dabfe2762b.tar.bz2 |
[PowerPC] Implement vector float and vector double version for vec_orc builtin
The builtin for vec_orc has support for the following two signatures,
but currently the compiler marks it ambiguous:
vector float vec_orc(vector float, vector float)
vector double vec_orc(vector double, vector double)
This patch implements these two builtins.
Differential revision: https://reviews.llvm.org/D110858
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions