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

Sync RuntimeConstantTy between pass and runtime #86

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

ggeorgakoudis
Copy link
Collaborator

  • Use cmake to generate LLVM IR for the RuntimeConstant type
  • Generate the RuntimeConstantTy in Proteuss pass using the generated LLVM IR
  • Avoid errors between the pass-library interface due to platform specific padding, alignment, and long double implementation

@ggeorgakoudis ggeorgakoudis force-pushed the generate-rctype-at-buildtime branch 2 times, most recently from 88888c0 to 823da13 Compare December 23, 2024 20:07
@ggeorgakoudis
Copy link
Collaborator Author

@davidbeckingsale Is there anything pending on this PR?

@ggeorgakoudis ggeorgakoudis force-pushed the generate-rctype-at-buildtime branch from 823da13 to 3906872 Compare January 7, 2025 21:04
- Use cmake to generate LLVM IR for the RuntimeConstant type
- Generate the RuntimeConstantTy in Proteuss pass using the generated LLVM IR
- Avoid errors between the pass-library interface  due to platform specific
  padding, alignment, and long double implementation
@ggeorgakoudis ggeorgakoudis force-pushed the generate-rctype-at-buildtime branch from 3906872 to 30b2706 Compare January 8, 2025 00:46
@ggeorgakoudis ggeorgakoudis merged commit 212f111 into main Jan 8, 2025
12 checks passed
@ggeorgakoudis ggeorgakoudis deleted the generate-rctype-at-buildtime branch January 8, 2025 08:31
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.

2 participants