[PATCH] D141355: [AMDGPUUnifyDivergentExitNodes] Add NewPM support
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 13:08:18 PDT 2023
gandhi21299 updated this revision to Diff 508203.
gandhi21299 added a comment.
Impl::run(..) now accepts `DominatorTree*` instead of `DominatorTree&` to avoid undefined behavior due to the possibility of DT == nullptr.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141355/new/
https://reviews.llvm.org/D141355
Files:
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.h
llvm/test/CodeGen/AMDGPU/si-annotate-nested-control-flows.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141355.508203.patch
Type: text/x-patch
Size: 11660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/e2a8780d/attachment.bin>
More information about the llvm-commits
mailing list