[llvm] [AMDGPU] Do not preserve UniformityInfo (PR #76696)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 1 22:05:06 PST 2024
================
@@ -85,7 +85,6 @@ class AMDGPURewriteUndefForPHILegacy : public FunctionPass {
AU.addRequired<DominatorTreeWrapperPass>();
AU.addPreserved<DominatorTreeWrapperPass>();
- AU.addPreserved<UniformityInfoWrapperPass>();
----------------
arsenm wrote:
Probably should add an explanatory comment
https://github.com/llvm/llvm-project/pull/76696
More information about the llvm-commits
mailing list