[PATCH] D136320: [Assignment Tracking Analysis][1/*] Add analysis pass core
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 05:51:10 PST 2022
Orlando updated this revision to Diff 480875.
Orlando added a comment.
Fix another bug to do with fragments that was found with a new test in D136335 <https://reviews.llvm.org/D136335>. In short: we weren't checking for matching assignments to fragments contained within a fragment, so a def of a larger fragment would still be considered live after a def to a contained fragment (if the larger fragment assignment was queried only).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136320/new/
https://reviews.llvm.org/D136320
Files:
llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h
llvm/include/llvm/InitializePasses.h
llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/CodeGen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136320.480875.patch
Type: text/x-patch
Size: 67468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/8e057540/attachment.bin>
More information about the llvm-commits
mailing list