[all-commits] [llvm/llvm-project] ae28e0: [VNCoercion] Drop some redundant functions (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Apr 12 07:47:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae28e016d3c4dd7c1deb63a8499964eb2de7129e
      https://github.com/llvm/llvm-project/commit/ae28e016d3c4dd7c1deb63a8499964eb2de7129e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/VNCoercion.h
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/NewGVN.cpp
    M llvm/lib/Transforms/Utils/VNCoercion.cpp

  Log Message:
  -----------
  [VNCoercion] Drop some redundant functions (NFC)

These load and store APIs now do the same thing, so combine them
into one.




More information about the All-commits mailing list