Skip to content

cl: Add test passing large struct with dynamic realignment

Scott Linder requested to merge slinder1/piglit:calls-with-realignment into master

Try to force a case where an extra "base pointer" is required in addition to a frame and stack pointer. This exercises https://reviews.llvm.org/D78811 for AMDGPU by forcing dynamic stack realignment in the callee while arguments are passed on the stack.

Merge request reports