[PATCH] D134599: [RISCV] Add CodeGen support of RISCV zcmp Extension

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 09:05:49 PDT 2023


VincentWu updated this revision to Diff 510523.
VincentWu added a comment.
Herald added a subscriber: jobnoorman.

rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134599

Files:
  llvm/lib/Target/RISCV/CMakeLists.txt
  llvm/lib/Target/RISCV/RISCV.h
  llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  llvm/lib/Target/RISCV/RISCVFrameLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.h
  llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
  llvm/lib/Target/RISCV/RISCVMoveOptimizer.cpp
  llvm/lib/Target/RISCV/RISCVPushPopOptimizer.cpp
  llvm/lib/Target/RISCV/RISCVRegisterInfo.td
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/test/CodeGen/RISCV/O0-pipeline.ll
  llvm/test/CodeGen/RISCV/O3-pipeline.ll
  llvm/test/CodeGen/RISCV/attributes.ll
  llvm/test/CodeGen/RISCV/callee-saved-gprs.ll
  llvm/test/CodeGen/RISCV/cm_mvas_mvsa.ll
  llvm/test/CodeGen/RISCV/push-pop-popret.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134599.510523.patch
Type: text/x-patch
Size: 171743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230403/21842587/attachment.bin>


More information about the llvm-commits mailing list