diff options
author | Pengcheng Wang <wangpengcheng.pp@bytedance.com> | 2024-10-23 14:22:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 14:22:32 +0800 |
commit | b799cc3418f5fda0dd1bbd80a9e7e97cca5f40c2 (patch) | |
tree | 24b081bddf7d2149b7057a07d66356e00e70c6e6 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 0cb80c4f00689ca00a85e1f38bc6ae9dd0bf980e (diff) | |
download | llvm-b799cc3418f5fda0dd1bbd80a9e7e97cca5f40c2.zip llvm-b799cc3418f5fda0dd1bbd80a9e7e97cca5f40c2.tar.gz llvm-b799cc3418f5fda0dd1bbd80a9e7e97cca5f40c2.tar.bz2 |
[RISCV] Add lowering for @llvm.experimental.vector.compress (#113291)
This intrinsic was introduced by #92289 and currently we just expand
it for RISC-V.
This patch adds custom lowering for this intrinsic and simply maps
it to `vcompress` instruction.
Fixes #113242.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions