[PATCH] D20728: AMDGPU: Disable AMDGPUPromoteAlloca pass for shader calling conventions.

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 18:09:30 PDT 2016


tstellarAMD added a comment.

Rather than skipping the entire pass, can we just disable the promotion to LDS?  Lowering alloca to vectors is still useful.


http://reviews.llvm.org/D20728





More information about the llvm-commits mailing list