[PATCH] D117989: [RISCV] Add the passthru operand for RVV nomask binary intrinsics.

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 27 10:24:18 PST 2022


khchen updated this revision to Diff 403723.
khchen added a comment.

Thanks @rogfer01!

So sorry, I fixed two bugs after testing more.
include VPatTiedBinaryNoMaskTU and missed tu pattern
for int_riscv_vrsub.

@rogfer01 could you please help to review the letest patch again, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117989

Files:
  clang/include/clang/Basic/riscv_vector.td
  clang/utils/TableGen/RISCVVEmitter.cpp
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/unmasked-tu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117989.403723.patch
Type: text/x-patch
Size: 114828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220127/74d6c72e/attachment-0001.bin>


More information about the cfe-commits mailing list