Merge remote-tracking branch 'origin/main' into next

This commit is contained in:
swift_jenkins
2023-07-21 01:24:40 -07:00
4 changed files with 10 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ private:
public:
AliasAnalysis(SILPassManager *PM) : PM(PM) {}
~AliasAnalysis();
static SILAnalysisKind getAnalysisKind() { return SILAnalysisKind::Alias; }
/// Perform an alias query to see if V1, V2 refer to the same values.