[llvm] [AMDGPU] Do not preserve UniformityInfo (PR #76696)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 1 22:41:28 PST 2024
================
@@ -85,7 +85,6 @@ class AMDGPURewriteUndefForPHILegacy : public FunctionPass {
AU.addRequired<DominatorTreeWrapperPass>();
AU.addPreserved<DominatorTreeWrapperPass>();
- AU.addPreserved<UniformityInfoWrapperPass>();
----------------
arsenm wrote:
Mostly I'm worried about someone getting the idea again that this could be preserved. Feels like it should be documented somewhere, but there isn't a good place. Will anything break in a future change if this is re-added?
https://github.com/llvm/llvm-project/pull/76696
More information about the llvm-commits
mailing list