[PATCH] D73242: [WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 11:14:40 PST 2020
tejohnson added a comment.
In D73242#1849484 <https://reviews.llvm.org/D73242#1849484>, @tejohnson wrote:
> Both of these approaches need the type tests to determine the correct address point offset (the offset in the type test) to use in the compare sequence.
I typed this too fast - the offset is in the type metadata, but we need the type tests to correlate them with the indirect call sites.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73242/new/
https://reviews.llvm.org/D73242
More information about the llvm-commits
mailing list