[all-commits] [llvm/llvm-project] 7abcb7: [RISCV] Supplement more tests for GREVI aliaes in ...
WangLian via All-commits
all-commits at lists.llvm.org
Tue Feb 22 22:17:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7abcb7ba87b10544b8a7c52015a2951e509f765e
https://github.com/llvm/llvm-project/commit/7abcb7ba87b10544b8a7c52015a2951e509f765e
Author: Lian Wang <Lian.Wang at streamcomputing.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rv32zbp-intrinsic.ll
M llvm/test/CodeGen/RISCV/rv32zbp.ll
M llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
M llvm/test/CodeGen/RISCV/rv64zbp.ll
Log Message:
-----------
[RISCV] Supplement more tests for GREVI aliaes in Zbp extension
Supplement tests for some aliaes of grevi.
RV32:
add rev4.h/rev2.h in rv32zbp.ll
add rev/rev2/rev4/rev8/rev16 in rv32zbp-intrinsic.ll
RV64:
add rev4.h/rev2.h in rv64zbp.ll
add rev.h/rev/rev2/rev4/rev8/rev16/rev32/rev.w/rev2.w/
rev4.w/rev8.w/rev16.w in rv64zbp-intrinsic.ll
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D120304
More information about the All-commits
mailing list