[PATCH] D6594: Fix for bug 8281 - Extremely slow assembling and disassembling of ptrtoint
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 17:18:57 PST 2021
jdoerfert added a comment.
Could you add the test as well. Also, include the context in the patch. See https://llvm.org/docs/Phabricator.html#phabricator-request-review-web
================
Comment at: llvm/lib/IR/LLVMContextImpl.h:1418
+ DenseMap<Type *, Constant *> TypeFoldedSizes;
+
----------------
Documentation missing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D6594/new/
https://reviews.llvm.org/D6594
More information about the llvm-commits
mailing list