[all-commits] [llvm/llvm-project] 41dba9: [AA] Remove some overloads (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Nov 2 02:21:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41dba9e6a3096d54de6005ef4e648af1ff02b90c
https://github.com/llvm/llvm-project/commit/41dba9e6a3096d54de6005ef4e648af1ff02b90c
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M llvm/include/llvm/Analysis/AliasAnalysis.h
M llvm/lib/Analysis/AliasAnalysis.cpp
Log Message:
-----------
[AA] Remove some overloads (NFC)
Having all these instruction-specific overloads does not seem to
provide any compile-time benefit, so drop them in favor of the
generic methods accepting "const Instruction *". Only leave behind
the per-instruction AAQI overloads, which are part of the internal
implementation.
More information about the All-commits
mailing list