[all-commits] [llvm/llvm-project] ba149f: [ValueTracking] Add SimplifyQuery ctor without TLI...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Oct 5 00:55:18 PDT 2023


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

  Changed paths:
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/lib/Analysis/ValueTracking.cpp

  Log Message:
  -----------
  [ValueTracking] Add SimplifyQuery ctor without TLI (NFC)

While we pretty much always want to pass DT, AC and CxtI, most
places don't care about TLI. Add an overload where this is not
one of the first parameters.




More information about the All-commits mailing list