[all-commits] [llvm/llvm-project] 869c87: [ConstraintElimination] Change debug output to dis...

Zain Jaffal via All-commits all-commits at lists.llvm.org
Wed Feb 15 07:08:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 869c87ad10e87db7c032c3464338ab9d50916510
      https://github.com/llvm/llvm-project/commit/869c87ad10e87db7c032c3464338ab9d50916510
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ConstraintSystem.h
    M llvm/lib/Analysis/ConstraintSystem.cpp
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

  Log Message:
  -----------
  [ConstraintElimination] Change debug output to display variable names.

Previously when constraint system outputs the rows in the system the variables used are x1,2...n making it hard to infer which ones they relate to in the IR

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D142618




More information about the All-commits mailing list