[PATCH] D125000: [RS4GC] Cache IsKnownBase for bases and BDVs (NFC)
Dmitry Makogon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 04:45:09 PDT 2022
dmakogon updated this revision to Diff 428626.
dmakogon retitled this revision from "[RS4GC] Cache BaseDefiningValueResult instead of BDV (NFC)" to "[RS4GC] Cache IsKnownBase for bases and BDVs (NFC)".
dmakogon added a comment.
Removed BaseDefiningValueResult struct. Instead we now have a cache which stores whether a base or BDV is a known base.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125000/new/
https://reviews.llvm.org/D125000
Files:
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125000.428626.patch
Type: text/x-patch
Size: 23506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/f5d8ddfd/attachment-0001.bin>
More information about the llvm-commits
mailing list