[all-commits] [llvm/llvm-project] 5e289c: [AA] Support callCapturesBefore() on BatchAA (NFCI)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri May 14 12:48:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e289cc597aa4f12574b90ff1cb137f91f5d451d
      https://github.com/llvm/llvm-project/commit/5e289cc597aa4f12574b90ff1cb137f91f5d451d
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-05-14 (Fri, 14 May 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp

  Log Message:
  -----------
  [AA] Support callCapturesBefore() on BatchAA (NFCI)

This is not expected to have any practical compile-time effect,
as the alias() calls inside callCapturesBefore() are rare. This
should still be supported for API completeness, and might be
useful for reachability caching.




More information about the All-commits mailing list