[PATCH] D70126: [PowerPC] Refactor FinishCall [NFC]

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 17:03:33 PST 2019


sfertile updated this revision to Diff 231333.
sfertile marked 4 inline comments as done.
sfertile added a comment.

- Accidentally dropped the useful part of the previous suggested comment when rewording. Added it back.
- Added a local variable set to the MVT for a gpr, and replaced several conditional operator uses with it.
- Reworded another comment that made it sound like plt stubs save multiple things to the stack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70126

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70126.231333.patch
Type: text/x-patch
Size: 31880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/7e0f9cca/attachment.bin>


More information about the llvm-commits mailing list