[all-commits] [llvm/llvm-project] 500a6c: [Analysis] Move SimplifyQuery into separate header...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Oct 10 02:03:32 PDT 2023


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

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

  Log Message:
  -----------
  [Analysis] Move SimplifyQuery into separate header (NFC)

To allow reusing it between InstructionSimplify and ValueTracking.


  Commit: 1b3cc4e715ad144fc93c4098fee21b18674926f0
      https://github.com/llvm/llvm-project/commit/1b3cc4e715ad144fc93c4098fee21b18674926f0
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
    M llvm/lib/Transforms/Scalar/NaryReassociate.cpp

  Log Message:
  -----------
  [ValueTracking] Use SimplifyQuery for the overflow APIs (NFC)

Accept a SimplifyQuery instead of an unpacked list of arguments.


Compare: https://github.com/llvm/llvm-project/compare/32ec6d91a120...1b3cc4e715ad


More information about the All-commits mailing list