[all-commits] [llvm/llvm-project] 2e1530: [RISCV] Add tests for SHFLI and UNSHFLI aliases in...
WangLian via All-commits
all-commits at lists.llvm.org
Mon Feb 21 02:10:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e153038b4a7003f1032ab0340c4e9cce3a066cd
https://github.com/llvm/llvm-project/commit/2e153038b4a7003f1032ab0340c4e9cce3a066cd
Author: Lian Wang <Lian.Wang at streamcomputing.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rv32zbp-intrinsic.ll
M llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
Log Message:
-----------
[RISCV] Add tests for SHFLI and UNSHFLI aliases in Zbp extension
Supplement tests alias of SHFLI and UNSHFLI instructions.
RV32: zip8/zip4/zip2/unzip8/unzip4/unzip2
RV64: zip8.w/zip4.w/zip2.w/zip.w/zip8/zip4/zip2/zip/
unzip8.w/unzip4.w/unzip2.w/unzip.w/unzip8/unzip4/unzip2/unzip
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D120015
More information about the All-commits
mailing list