[PATCH] D120899: [RISCV][RVV] Fix vslide1up/down intrinsics overflow bug for SEW=64 on RV32

Lehua Ding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 06:13:16 PST 2022


lhtin updated this revision to Diff 414366.
lhtin marked an inline comment as done.
lhtin retitled this revision from "[RISCV] Fix vslide1up/down intrinsics overflow bug for SEW=64 on RV32" to "[RISCV][RVV] Fix vslide1up/down intrinsics overflow bug for SEW=64 on RV32".
lhtin added a comment.

Update code based on review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120899/new/

https://reviews.llvm.org/D120899

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/test/CodeGen/RISCV/rvv/masked-vslide1down-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/unmasked-tu.ll
  llvm/test/CodeGen/RISCV/rvv/vslide1down-constant-vl-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vslide1down-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vslide1up-constant-vl-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vslide1up-rv32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120899.414366.patch
Type: text/x-patch
Size: 42432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/01768bb4/attachment.bin>


More information about the llvm-commits mailing list