[all-commits] [llvm/llvm-project] c77a5c: [BasicAA] Use base of decomposed GEP in recursive ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Oct 7 13:08:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c77a5c21bbf061bdfdfa90a62aa60679c5810306
      https://github.com/llvm/llvm-project/commit/c77a5c21bbf061bdfdfa90a62aa60679c5810306
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

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

  Log Message:
  -----------
  [BasicAA] Use base of decomposed GEP in recursive queries (NFC)

DecompGEP.Base and UnderlyingV are currently always the same.
However, logically DecompGEP.Base is the right value to use here,
because the decomposed offset is relative to that base.




More information about the All-commits mailing list