[PATCH] D88924: [X86] Move findDeadCallerSavedReg() into X86RegisterInfo

Scott Constable via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 13:57:33 PDT 2020


sconstab created this revision.
sconstab added a reviewer: craig.topper.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: LLVM.
sconstab requested review of this revision.

The `findDeadCallerSavedReg()` function has utility outside of `X86FrameLowering.cpp`


https://reviews.llvm.org/D88924

Files:
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86RegisterInfo.cpp
  llvm/lib/Target/X86/X86RegisterInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88924.296538.patch
Type: text/x-patch
Size: 5772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201006/fc88a76c/attachment.bin>


More information about the llvm-commits mailing list