Skip to content
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

[CIR] Enable per-pass IR printing #234

Merged
merged 1 commit into from
Aug 15, 2023
Merged

[CIR] Enable per-pass IR printing #234

merged 1 commit into from
Aug 15, 2023

Conversation

htyu
Copy link
Contributor

@htyu htyu commented Aug 14, 2023

Enabling IR printing with --mlir-print-ir-after=passName1, passName2. This requires all CIR passes to be registered at startup time.

Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

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

Nice catch. LGTM with a minor change!

clang/lib/CIR/Dialect/Transforms/LifetimeCheck.cpp Outdated Show resolved Hide resolved
Summary:
Enabling IR printing with --mlir-print-ir-after=passName1, passName2. This requires all CIR passes to be registered at startup time.
@htyu htyu merged commit 30eb222 into llvm:main Aug 15, 2023
@htyu htyu deleted the pass-print branch August 15, 2023 04:06
lanza pushed a commit that referenced this pull request Oct 27, 2023
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Dec 20, 2023
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Jan 29, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Mar 23, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
eZWALT pushed a commit to eZWALT/clangir that referenced this pull request Mar 24, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
eZWALT pushed a commit to eZWALT/clangir that referenced this pull request Mar 24, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Apr 29, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Apr 29, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
eZWALT pushed a commit to eZWALT/clangir that referenced this pull request Apr 29, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
lanza pushed a commit that referenced this pull request Apr 29, 2024
Enabling IR printing with --mlir-print-ir-after=passName1, passName2.
This requires all CIR passes to be registered at startup time.
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.

None yet

2 participants