[PATCH] D132819: [RISCV] Add MC support of RISCV zcmp Extension

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 28 20:30:31 PDT 2022


pcwang-thead added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.h:49
 
+  bool isCSIpushable(const std::vector<CalleeSavedInfo> &CSI) const;
+
----------------
Where is the implementation of this function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132819



More information about the llvm-commits mailing list