[PATCH] D142618: [ConstraintElimination] Change debug output to display variable names.

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 05:34:03 PST 2023


zjaffal created this revision.
zjaffal added a reviewer: fhahn.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
zjaffal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142618

Files:
  llvm/include/llvm/Analysis/ConstraintSystem.h
  llvm/lib/Analysis/ConstraintSystem.cpp
  llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142618.492406.patch
Type: text/x-patch
Size: 5104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230126/5e70e42e/attachment.bin>


More information about the llvm-commits mailing list