[PATCH] D101143: [RISCV] [1/2] Add IR intrinsic for Zbe extension
LevyHsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 24 19:03:12 PDT 2021
LevyHsu updated this revision to Diff 340322.
LevyHsu marked an inline comment as done.
LevyHsu added a comment.
1. llvm/lib/Target/RISCV/RISCVInstrInfoB.td
- Format fix: Aligned SDT*** for:
riscv_bcompress
riscv_bcompressw
riscv_bdecompress
riscv_bdecompressw
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101143/new/
https://reviews.llvm.org/D101143
Files:
clang/include/clang/Basic/BuiltinsRISCV.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbe.c
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbe.c
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/CodeGen/RISCV/rv32zbe-intrinsic.ll
llvm/test/CodeGen/RISCV/rv64zbe-intrinsic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101143.340322.patch
Type: text/x-patch
Size: 16597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210425/a13f6fff/attachment.bin>
More information about the llvm-commits
mailing list