[PATCH] D60834: [AMDGPU] Uniform values being used outside loop marked non-divergent
Ryan Taylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 11:24:22 PDT 2019
rtaylor marked an inline comment as done.
rtaylor added inline comments.
================
Comment at: lib/Transforms/Utils/LCSSA.cpp:450
AU.addPreserved<MemorySSAWrapperPass>();
+ AU.addPreserved<StackProtector>();
----------------
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.
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