[PATCH] D60834: [AMDGPU] Uniform values being used outside loop marked non-divergent
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 12:36:29 PDT 2019
arsenm added inline comments.
================
Comment at: lib/Transforms/Utils/LCSSA.cpp:450
AU.addPreserved<MemorySSAWrapperPass>();
+ AU.addPreserved<StackProtector>();
----------------
rtaylor wrote:
> arsenm wrote:
> > If you use the ID form you should be able to avoid the include
> I don't think there is one for StackProtector.
You can add that
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60834/new/
https://reviews.llvm.org/D60834
More information about the llvm-commits
mailing list