[all-commits] [llvm/llvm-project] fb0c35: GlobalISel: Set alignment on function argument sta...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Mar 4 13:39:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb0c35fa343b29820bdfe2a72b43532b874765c6
https://github.com/llvm/llvm-project/commit/fb0c35fa343b29820bdfe2a72b43532b874765c6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/lib/CodeGen/GlobalISel/Utils.cpp
M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/ARM/ARMCallLowering.cpp
M llvm/lib/Target/X86/X86CallLowering.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
M llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/X86/GlobalISel/callingconv.ll
M llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
Log Message:
-----------
GlobalISel: Set alignment on function argument stack load/store
More information about the All-commits
mailing list