[PATCH] D125000: [RS4GC] Cache BaseDefiningValueResult instead of BDV (NFC)
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 03:16:45 PDT 2022
mkazantsev added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp:328
// types, then update all the second type to the first type
-using DefiningValueMapTy = MapVector<Value *, Value *>;
+using DefiningValueMapTy = MapVector<Value *, BaseDefiningValueResult>;
using PointerToBaseTy = MapVector<Value *, Value *>;
----------------
I guess this comment above would need an update.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125000/new/
https://reviews.llvm.org/D125000
More information about the llvm-commits
mailing list