[PATCH] D155229: [RISCV] Add VL nodes and VP patterns for unary zvbb instructions

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 10:09:02 PDT 2023


luke updated this revision to Diff 540476.
luke added a comment.

Fix HasStdExtZvbb predicate from being overwritten


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155229

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
  llvm/test/CodeGen/RISCV/rvv/bitreverse-vp.ll
  llvm/test/CodeGen/RISCV/rvv/bswap-vp.ll
  llvm/test/CodeGen/RISCV/rvv/ctlz-vp.ll
  llvm/test/CodeGen/RISCV/rvv/ctpop-vp.ll
  llvm/test/CodeGen/RISCV/rvv/cttz-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155229.540476.patch
Type: text/x-patch
Size: 194456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/23d5a34b/attachment-0001.bin>


More information about the llvm-commits mailing list