[all-commits] [llvm/llvm-project] c26363: [InstSimplify] Add missing const qualifier (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Oct 5 01:07:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c263639134c2fc40333c86f362c0da1f00c57683
      https://github.com/llvm/llvm-project/commit/c263639134c2fc40333c86f362c0da1f00c57683
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/InstructionSimplify.h

  Log Message:
  -----------
  [InstSimplify] Add missing const qualifier (NFC)

The context instruction is a "const Instruction *", so that's
what getWithInstruction() should accept.




More information about the All-commits mailing list