[ConstraintElimination] Change debug output to display variable names.
authorZain Jaffal <z_jaffal@apple.com>
Wed, 15 Feb 2023 15:07:14 +0000 (15:07 +0000)
committerZain Jaffal <z_jaffal@apple.com>
Wed, 15 Feb 2023 15:07:48 +0000 (15:07 +0000)
commit869c87ad10e87db7c032c3464338ab9d50916510
treeab7d7b96b76b91f1ada62af6ded2f446a2d8f58f
parentb67ee5d50562211c7033d586bfc08cf305c9e4ba
[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
llvm/include/llvm/Analysis/ConstraintSystem.h
llvm/lib/Analysis/ConstraintSystem.cpp
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp