-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix FlattenLogMsg not properly working on nested structures #5036
Conversation
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
This changes some reference files, which need to be updated by adding |
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
e21ccc3
to
43bf35b
Compare
Done. Updated reference files. Adding new pass to p4test's midend required a minor fix in ToP4 pass, which was not dumping |
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on my review of the new test P4 program, and the updated expected outputs of one of the existing test programs. My review does not include the C++ implementation code changes. Please wait for someone else's review on that part of this PR before merging.
Signed-off-by: Jiri Havranek <jiri.havranek@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #5035.
Adds FlattenLogMsg to p4test/midend to test this.