diff options
author | Piyou Chen <piyou.chen@sifive.com> | 2023-07-26 22:04:33 -0700 |
---|---|---|
committer | Piyou Chen <piyou.chen@sifive.com> | 2023-08-04 00:39:25 -0700 |
commit | 2df05cd01c17f3ef720e554dc7cde43df27e5224 (patch) | |
tree | 45915c1f62f3e66a298991420a80bc751039c89a /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | b80ff2fec674b3db9ae0827c0ebd5dbbecbf1dbe (diff) | |
download | llvm-2df05cd01c17f3ef720e554dc7cde43df27e5224.zip llvm-2df05cd01c17f3ef720e554dc7cde43df27e5224.tar.gz llvm-2df05cd01c17f3ef720e554dc7cde43df27e5224.tar.bz2 |
[RISCV] Support overloaded version ntlh intrinsic function
Here is the proposal https://github.com/riscv-non-isa/riscv-c-api-doc/pull/47.
The version that omit the domain argument imply domain=__RISCV_NTLH_ALL.
```
type __riscv_ntl_load (type *ptr);
void __riscv_ntl_store (type *ptr, type val);
```
Reviewed By: kito-cheng, craig.topper
Differential Revision: https://reviews.llvm.org/D156221
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions