[PATCH] D143364: [RISCV] Support scalar/fix-length vector NTLH intrinsic with different domain
NAKAMURA Takumi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 25 00:11:08 PDT 2023
chapuni added inline comments.
================
Comment at: clang/lib/Headers/CMakeLists.txt:360
endif()
if(RISCV IN_LIST LLVM_TARGETS_TO_BUILD)
# Generate riscv_vector.h
----------------
Here
================
Comment at: clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c:5
+#include <riscv_ntlh.h>
+#include <riscv_vector.h>
+
----------------
This is generated only if riscv is configured.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143364/new/
https://reviews.llvm.org/D143364
More information about the cfe-commits
mailing list