-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Unity][Analysis] Show objects instead of names in WellFormedChecker (#…
…16310) Prior to this commit, several diagnostics in the `WellFormedChecker` would explicitly extract the name from `relax::Var`, `tir::Var`, and `GlobalVar` instances. This is unnecessary, as these classes can be printed directly, and skips any changes to the default printing behavior (e.g. printing of variable addresses) that may be useful while debugging.
- Loading branch information
1 parent
a796023
commit 4a37cfe
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters