[PATCH] D94578: AArch64/GlobalISel: Factor out parametersInCSRMatch

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 19:12:35 PST 2021


arsenm created this revision.
arsenm added reviewers: aemerson, paquette.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Make this look more like the DAG handling and move to common code.

      

I also noticed AArch64 seems to not be properly adding the
physreg:virtreg mapping to the function live ins.


https://reviews.llvm.org/D94578

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94578.316307.patch
Type: text/x-patch
Size: 6247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/aaf515ba/attachment.bin>


More information about the llvm-commits mailing list