[PATCH] D156221: [RISCV] Support overloaded version ntlh intrinsic function

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 26 22:54:45 PDT 2023


kito-cheng added inline comments.


================
Comment at: clang/lib/Headers/riscv_ntlh.h:28
+  __builtin_riscv_ntl_load((PTR), __RISCV_NTLH_ALL)
+#define SELECT_NTL_LOAD(_1, _2, NAME, ...) NAME
+
----------------
`__SELECT_NTL_LOAD`


================
Comment at: clang/lib/Headers/riscv_ntlh.h:39
+  __builtin_riscv_ntl_store((PTR), (VAL), __RISCV_NTLH_ALL)
+#define SELECT_NTL_STORE(_1, _2, _3, NAME, ...) NAME
 
----------------
`__SELECT_NTL_STORE`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156221/new/

https://reviews.llvm.org/D156221



More information about the cfe-commits mailing list