[PATCH] D54158: AMDGPU: Add an option amdgpu-enable-promote-alloca to enable/disable alloca

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 09:47:54 PST 2018


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

We already have a flag disable-promote-alloca-to-vector inside the pass itself. It would probably be more useful to add another corresponding one for the LDS promotion part if that's useful


https://reviews.llvm.org/D54158





More information about the llvm-commits mailing list