RV32/64:
bcomress bdecompress
RV64 ONLY:
bcomressw bdecompressw
Paths
| Differential D101143
[RISCV] [1/2] Add IR intrinsic for Zbe extension ClosedPublic Authored by LevyHsu on Apr 23 2021, 12:56 AM.
Details Summary RV32/64: bcomress bdecompress RV64 ONLY: bcomressw bdecompressw
Diff Detail
Event TimelineHerald added subscribers: vkmr, frasercrmck, evandro and 21 others. · View Herald TranscriptApr 23 2021, 12:56 AM Herald added subscribers: llvm-commits, cfe-commits, MaskRay. · View Herald TranscriptApr 23 2021, 12:56 AM
LevyHsu marked an inline comment as done. Comment Actions
riscv_bcompress riscv_bcompressw riscv_bdecompress riscv_bdecompressw This revision is now accepted and ready to land.Apr 25 2021, 10:06 AM This revision was landed with ongoing or failed builds.Apr 25 2021, 7:16 PM Closed by commit rG8cf54c7ff50c: [RISCV] [1/2] Add IR intrinsic for Zbe extension (authored by LevyHsu, committed by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340414 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.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/CodeGen/RISCV/rv32zbe-intrinsic.ll
llvm/test/CodeGen/RISCV/rv64zbe-intrinsic.ll
|
Can you line up the start of the SDT* argument on each of these lines so that they're in columns like the ones above. I don't care that they don't line up with the ones above. I just want these 4 new ones to be lined up.