[all-commits] [llvm/llvm-project] 089157: [InstCombine] Fix worklist management in replaceGE...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue May 23 07:21:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 089157518ad28b8e0fa8623b87153b4c08b341ec
      https://github.com/llvm/llvm-project/commit/089157518ad28b8e0fa8623b87153b4c08b341ec
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp

  Log Message:
  -----------
  [InstCombine] Fix worklist management in replaceGEPIdxWithZero() fold (NFCI)

Make sure the old load/store operand is queued for DCE.

This should be NFC apart from worklist order effects.




More information about the All-commits mailing list