[all-commits] [llvm/llvm-project] 9f6c6e: [MemDepAnalysis/VNCoercion] Move static method to ...

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Fri Jan 17 15:19:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f6c6ee6b9b6409c6cb2d200553815cec7f74cc3
      https://github.com/llvm/llvm-project/commit/9f6c6ee6b9b6409c6cb2d200553815cec7f74cc3
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Transforms/Utils/VNCoercion.cpp

  Log Message:
  -----------
  [MemDepAnalysis/VNCoercion] Move static method to its only use. [NFCI]

Static method MemoryDependenceResults::getLoadLoadClobberFullWidthSize
does not have or use any info specific to MemoryDependenceResults.
Move it to its only user: VNCoercion.




More information about the All-commits mailing list