[all-commits] [llvm/llvm-project] 8cf54c: [RISCV] [1/2] Add IR intrinsic for Zbe extension
Levy S. Hsu via All-commits
all-commits at lists.llvm.org
Sun Apr 25 19:16:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cf54c7ff50cc4db79b2bc633e7d9d96509ef000
https://github.com/llvm/llvm-project/commit/8cf54c7ff50cc4db79b2bc633e7d9d96509ef000
Author: Levy Hsu <admin at levyhsu.com>
Date: 2021-04-25 (Sun, 25 Apr 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsRISCV.def
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbe.c
A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbe.c
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfoB.td
A llvm/test/CodeGen/RISCV/rv32zbe-intrinsic.ll
A llvm/test/CodeGen/RISCV/rv64zbe-intrinsic.ll
Log Message:
-----------
[RISCV] [1/2] Add IR intrinsic for Zbe extension
RV32/64:
bcompress
bdecompress
RV64 ONLY:
bcompressw
bdecompressw
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D101143
More information about the All-commits
mailing list