[PATCH] D134492: [NFC][CodeGen] Use const MF in TargetLowering stack probe functions

Josh Stone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 15:40:08 PDT 2022


cuviper created this revision.
cuviper added a reviewer: serge-sans-paille.
Herald added subscribers: pengfei, kbarton, hiraditya, nemanjai.
Herald added a project: All.
cuviper requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This makes them callable from places like canUseAsPrologue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134492

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134492.462336.patch
Type: text/x-patch
Size: 7007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220922/d98204b5/attachment.bin>


More information about the llvm-commits mailing list