[all-commits] [llvm/llvm-project] 1cfbbb: [AA] Remove unnecessary intersections from getModR...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Sep 14 05:26:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cfbbba15bd433d5562e6ba5ed19d8c2a1806618
https://github.com/llvm/llvm-project/commit/1cfbbba15bd433d5562e6ba5ed19d8c2a1806618
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/Analysis/GlobalsModRef.cpp
M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
Log Message:
-----------
[AA] Remove unnecessary intersections from getModRefBehavior() (NFC)
Intersection with other providers is performed by AAResults. Doing
this here is both pointless and confusing.
More information about the All-commits
mailing list