[PATCH] D129003: [WPD] Filter out intrinsics inserted from whole-program-vtables

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 14:18:02 PDT 2022


nikic added reviewers: nikic, aeubanks.
nikic added a comment.

This should be split into a patch for CallSiteSplitting and one for Loads. For CallSiteSplitting, you'll probably want to implement ephemeral value handling along the lines of https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Utils/SimplifyCFG.cpp#L2941. For Loads, we'd want something along the lines of D101553 <https://reviews.llvm.org/D101553>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129003/new/

https://reviews.llvm.org/D129003



More information about the llvm-commits mailing list