[all-commits] [llvm/llvm-project] e6aa29: [ConstraintElim] Move FactOrCheck and State defini...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Jun 28 01:41:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6aa29eddd3fe05e27ac644fceff9ef4027540d8
      https://github.com/llvm/llvm-project/commit/e6aa29eddd3fe05e27ac644fceff9ef4027540d8
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

  Log Message:
  -----------
  [ConstraintElim] Move FactOrCheck and State definitions to top. (NFC)

This will enable follow-up refactoring to use the State directly in the
constraint system, reducing the need to pass lots of arguments around.




More information about the All-commits mailing list