[llvm-branch-commits] [llvm] [CodeGen][NewPM] Port MachineSink to NPM (PR #115434)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 15 10:32:59 PST 2024
================
@@ -919,6 +920,7 @@ bool isWritableObject(const Value *Object, bool &ExplicitlyDereferenceableOnly);
class AAManager : public AnalysisInfoMixin<AAManager> {
public:
using Result = AAResults;
+ using LegacyWrapper = AAResultsWrapperPass;
----------------
arsenm wrote:
Why do you need to touch any of these IR headers?
https://github.com/llvm/llvm-project/pull/115434
More information about the llvm-branch-commits
mailing list