[PATCH] D150636: [LLVM][Uniformity] Simplify handling of new divergent values
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 22:07:27 PDT 2023
sameerds created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sameerds requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Replaced a repeating pattern of "if new divergent instruction, then add to
worklist" by combining it into a single function. No change in functionality.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150636
Files:
llvm/include/llvm/ADT/GenericUniformityImpl.h
llvm/lib/Analysis/UniformityAnalysis.cpp
llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150636.522430.patch
Type: text/x-patch
Size: 4037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/8ef8617e/attachment.bin>
More information about the llvm-commits
mailing list