mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
This is an alternative to https://reviews.llvm.org/D138761 . Instead of adding ad-hoc attributes to existing `LocalAliasAnalysis`, expose `aliasImpl` method so user can override it. Differential Revision: https://reviews.llvm.org/D140348