[all-commits] [llvm/llvm-project] 1fc182: [NFC] PHITransAddr refactoring - return translated...

Sergey Kachkov via All-commits all-commits at lists.llvm.org
Fri Feb 3 01:09:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fc18272e6091ef9fb47661744b35ddc06782d0d
      https://github.com/llvm/llvm-project/commit/1fc18272e6091ef9fb47661744b35ddc06782d0d
  Author: Sergey Kachkov <sergey.kachkov at syntacore.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/PHITransAddr.h
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/PHITransAddr.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

  Log Message:
  -----------
  [NFC] PHITransAddr refactoring - return translated value directly or nullptr on
failure (instead of bool flag)

Differential Revision: https://reviews.llvm.org/D143171




More information about the All-commits mailing list