[PATCH] D128727: [ArgPromotion] Remove all the getters and ReplaceCallSite
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 09:17:41 PDT 2022
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/IPO/ArgumentPromotion.cpp:44
#include "llvm/Analysis/BasicAliasAnalysis.h"
-#include "llvm/Analysis/CGSCCPassManager.h"
#include "llvm/Analysis/CallGraph.h"
----------------
some of these includes should still be here, like CGSCCPassManager, LazyCallGraph, and Module
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128727/new/
https://reviews.llvm.org/D128727
More information about the llvm-commits
mailing list