[PATCH] D91603: [PowerPC] Correct the bit-width definition for some imm operand in td.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 04:40:35 PST 2020
nemanjai added a comment.
In D91603#2407503 <https://reviews.llvm.org/D91603#2407503>, @qiucf wrote:
> (Not relevant question) Do we have intrinsics, or any exploitation in library for `darn`?
No, asm only. But if you know of a user for them and/or have the time to add them, we should match the ones GCC provided (https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gcc/Basic-PowerPC-Built-in-Functions-Available-on-ISA-3_002e0.html#Basic-PowerPC-Built-in-Functions-Available-on-ISA-3_002e0):
long long __builtin_darn (void);
long long __builtin_darn_raw (void);
int __builtin_darn_32 (void);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91603/new/
https://reviews.llvm.org/D91603
More information about the llvm-commits
mailing list