[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 10:38:53 PDT 2019
arsenm added inline comments.
================
Comment at: lib/Transforms/Utils/LCSSA.cpp:450
AU.addPreserved<MemorySSAWrapperPass>();
+ AU.addPreserved<StackProtector>();
----------------
If you use the ID form you should be able to avoid the include
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