[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
Sat Mar 12 22:42:45 PST 2022


lhtin updated this revision to Diff 414907.
lhtin added a comment.

Rebase and thank @craig.topper and @kito-cheng for your comments.


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.414907.patch
Type: text/x-patch
Size: 42432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220313/cf955e1f/attachment.bin>


More information about the llvm-commits mailing list