Details
Details
- Reviewers
aemerson paquette aditya_nandakumar
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Can we just infer the alignment from the MPO at the point we need it rather than adding a parameter to assignValueToAddress?
Paths
| Differential D66916
GlobalISel: Set alignment on function argument stack load/store ClosedPublic Authored by arsenm on Aug 28 2019, 5:36 PM.
Details
Diff Detail Event TimelineHerald added subscribers: Petar.Avramovic, volkan, javed.absar and 4 others. · View Herald TranscriptAug 28 2019, 5:36 PM Comment Actions Can we just infer the alignment from the MPO at the point we need it rather than adding a parameter to assignValueToAddress? This revision is now accepted and ready to land.Mar 3 2020, 2:55 PM
Revision Contents
Diff 246053 llvm/include/llvm/CodeGen/GlobalISel/Utils.h
llvm/lib/CodeGen/GlobalISel/Utils.cpp
llvm/lib/Target/AArch64/AArch64CallLowering.cpp
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
llvm/lib/Target/ARM/ARMCallLowering.cpp
llvm/lib/Target/X86/X86CallLowering.cpp
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
llvm/test/CodeGen/X86/GlobalISel/callingconv.ll
llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
|