[PATCH] D46243: Move Schedule class to header file for allowing inheritance
Atheel Massalha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 04:34:26 PDT 2018
atheel.ma added a comment.
Hi Andy,
thanks for your suggestion and remarks.
I think passing DAGMI(ScheduleDAGInstrs) instead of DAG can be the first step for my solution, then I will also need to add some functions to the interface of AliasAnalisys (some generic functions like getDistanceBetweenMemorys(MIa,MIb)...). I hope this will be accepted.
but the problem is that AliasAnalysis *AAForDep; is 'protected' inside the DAGI, do you think its acceptable to add getAA() to the interface of the DAGMI ?
thanks,
Atheel
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46243
More information about the llvm-commits
mailing list