[all-commits] [llvm/llvm-project] 1a7a9e: [BasicAA] Avoid duplicate cache lookup (NFCI)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Oct 24 01:19:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a7a9efec3cf872dcf3e1a6e6fe39e797c4d9fc6
      https://github.com/llvm/llvm-project/commit/1a7a9efec3cf872dcf3e1a6e6fe39e797c4d9fc6
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-10-24 (Sat, 24 Oct 2020)

  Changed paths:
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp

  Log Message:
  -----------
  [BasicAA] Avoid duplicate cache lookup (NFCI)

Rather than performing the cache lookup with both possible orders
for the locations, use the same canonicalization as the other
AliasCache lookups in BasicAA.




More information about the All-commits mailing list