[PATCH] D134320: [llvm] Teach whole program devirtualization about relative vtables
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 14:57:07 PDT 2022
leonardchan added a comment.
Feel free to add other reviewers you think may be appropriate.
In regards to testing, my initial idea was to have equivalent tests for relative vtables for each existing test in `llvm/test/Transforms/WholeProgramDevirt/`, but it feels like there's a lot of overlap between the tests I already have in this patch. Lemme know if I should go ahead and make copies for each test or if there's any specific tests I should add here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134320/new/
https://reviews.llvm.org/D134320
More information about the llvm-commits
mailing list