[all-commits] [llvm/llvm-project] 630818: [NFC] Disambiguate LI in GVN

max-azul via All-commits all-commits at lists.llvm.org
Wed Mar 31 23:02:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 630818a850f754af852247c775280de6fde8560e
      https://github.com/llvm/llvm-project/commit/630818a850f754af852247c775280de6fde8560e
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

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

  Log Message:
  -----------
  [NFC] Disambiguate LI in GVN

Name GVN uses name 'LI' for two different unrelated things:
LoadInst and LoopInfo. This patch relates the variables with
former meaning into 'Load' to disambiguate the code.




More information about the All-commits mailing list