[all-commits] [llvm/llvm-project] a3908d: [BasicAA] Optimize index size adjustment (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Nov 21 07:32:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3908d33b17cb9655d336039bf6a9bd798930eb4
      https://github.com/llvm/llvm-project/commit/a3908d33b17cb9655d336039bf6a9bd798930eb4
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-21 (Tue, 21 Nov 2023)

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

  Log Message:
  -----------
  [BasicAA] Optimize index size adjustment (NFC)

In most cases we do not actually have to perform an index size
adjustment. Don't perform any APInt operations in that case.




More information about the All-commits mailing list