[all-commits] [llvm/llvm-project] 9ca9c2: [InstSimplify] Remove redundant gep zero fold (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Nov 20 07:26:14 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ca9c2cf7e05a0fe44a8a688d0c322d5229511d9
      https://github.com/llvm/llvm-project/commit/9ca9c2cf7e05a0fe44a8a688d0c322d5229511d9
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp

  Log Message:
  -----------
  [InstSimplify] Remove redundant gep zero fold (NFC)

We already higher the all zero indices case above, no need to
also handle the special case of a single zero index.




More information about the All-commits mailing list