[flang-commits] [flang] [flang][FIR] add FirAliasAnalysisOpInterface (PR #68317)

Renaud Kauffmann via flang-commits flang-commits at lists.llvm.org
Thu Oct 5 12:11:48 PDT 2023


Renaud-K wrote:

We were thinking of introducing a FirAliasAnalysisInterface to allow for the memory source to be followed and avoid the big TypeSwitch in AliasAnalyis.cpp as well as maybe gthering other data such as the pointer and target attributes. Would we still be able to move in that direction ?

https://github.com/llvm/llvm-project/pull/68317


More information about the flang-commits mailing list