[PATCH] D140686: [WIP][Clang][RISCV] Update operand order for vmerge and vcompress
Yueh-Ting (eop) Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 27 02:33:43 PST 2022
eopXD updated this revision to Diff 485363.
eopXD added a comment.
Update code, recovered ManualCodeGen for vcompress and vmerge.
Deleted the `std::rotate` since it is not needed now due to the operand order change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140686/new/
https://reviews.llvm.org/D140686
Files:
clang/include/clang/Basic/riscv_vector.td
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vcompress.c
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmerge.c
clang/test/CodeGen/RISCV/rvv-intrinsics/vcompress.c
clang/test/CodeGen/RISCV/rvv-intrinsics/vmerge.c
More information about the cfe-commits
mailing list