Skip to content

Conversation

@F-Stuckmann
Copy link
Collaborator

No description provided.

#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/InitializePasses.h"

#define DEBUG_TYPE "aie2-postlegalizer-custom-combiner"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this problematic because we use this as the pass name. If we decouple the debug from the pass name it could be fine.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See INITIALIZE_PASS_BEGIN. We register two passes with the same name.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, but i also don't like a different pass name and a different debug type.

@F-Stuckmann F-Stuckmann changed the title [AIEX] simplify Debug types across AIE architectures [DRAFT] [AIEX] simplify Debug types across AIE architectures Oct 2, 2025
#include "llvm/InitializePasses.h"

#define DEBUG_TYPE "aie2-postlegalizer-custom-combiner"
#define DEBUG_TYPE "postlegalizer-custom-combiner"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to retain the aie keyword

@F-Stuckmann F-Stuckmann marked this pull request as draft October 7, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants