[PATCH] D144162: [AMDGPU] Replace LegacyDA with Uniformity Analysis in AnnotateUniformValues
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 01:29:27 PST 2023
gandhi21299 updated this revision to Diff 499768.
gandhi21299 added a comment.
- Instead of checking uniformity of a branch instruction in the pass, check whether its parent basic block is not divergent.
- Update test checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144162/new/
https://reviews.llvm.org/D144162
Files:
llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
llvm/test/CodeGen/AMDGPU/divergent-branch-uniform-condition.ll
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144162.499768.patch
Type: text/x-patch
Size: 10657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230223/8ab2b0eb/attachment.bin>
More information about the llvm-commits
mailing list