[PATCH] D143364: [RISCV] Support scalar/fix-length vector NTLH intrinsic with different domain
Piyou Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 05:12:05 PDT 2023
BeMg updated this revision to Diff 512404.
BeMg added a comment.
1. update ntlh intrinsic (__rv -> __riscv)
2. Add testcase
3. Add ICEArguments for ntl load/store
4. update riscv_ntlh.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143364/new/
https://reviews.llvm.org/D143364
Files:
clang/include/clang/Basic/BuiltinsRISCV.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/riscv_ntlh.h
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVInsertNTLHInsts.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfoZihintntl.td
llvm/test/CodeGen/RISCV/nontemporal.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143364.512404.patch
Type: text/x-patch
Size: 217162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230411/48c3614c/attachment-0001.bin>
More information about the llvm-commits
mailing list