[all-commits] [llvm/llvm-project] e6260e: [ConstraintElim] Use enum class to differentiate f...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Aug 29 06:23:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6260ec49c5d16dc93ebe8b53e645200a0cfc0cd
      https://github.com/llvm/llvm-project/commit/e6260ec49c5d16dc93ebe8b53e645200a0cfc0cd
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-08-29 (Tue, 29 Aug 2023)

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

  Log Message:
  -----------
  [ConstraintElim] Use enum class to differentiate fact/check types (NFC).

Use an enum to clarify the type of fact or check in FactOrCheck, as
suggested in D158837.




More information about the All-commits mailing list