[PATCH] D66916: GlobalISel: Set alignment on function argument stack load/store

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 17:36:46 PDT 2019


arsenm created this revision.
arsenm added reviewers: aemerson, paquette, aditya_nandakumar.
Herald added subscribers: Petar.Avramovic, volkan, javed.absar, rovka, nhaehnle, wdng, jvesely.

https://reviews.llvm.org/D66916

Files:
  include/llvm/CodeGen/GlobalISel/CallLowering.h
  lib/CodeGen/GlobalISel/CallLowering.cpp
  lib/Target/AArch64/AArch64CallLowering.cpp
  lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  lib/Target/ARM/ARMCallLowering.cpp
  lib/Target/X86/X86CallLowering.cpp
  test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
  test/CodeGen/AArch64/GlobalISel/call-translator.ll
  test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
  test/CodeGen/X86/GlobalISel/callingconv.ll
  test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66916.217747.patch
Type: text/x-patch
Size: 82334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/d7a5d2be/attachment-0001.bin>


More information about the llvm-commits mailing list