Skip to content

[LLVM][TableGen] Add error check for duplicate intrinsic names #109226

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

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

jurahul
Copy link
Contributor

@jurahul jurahul commented Sep 19, 2024

Check for duplicate intrinsic names in the intrinsic emitter backend and issue a fatal error if we find one.

@jurahul jurahul marked this pull request as ready for review September 19, 2024 03:30
Check for duplicate intrinsic names in the intrinsic emitter backend
and issue a fatal error if we find one.
@jurahul jurahul force-pushed the intrinsic_duplicate_check branch from 30b382f to 0a94085 Compare September 19, 2024 12:18
@jurahul jurahul merged commit e0458a2 into llvm:main Sep 19, 2024
5 of 8 checks passed
@jurahul jurahul deleted the intrinsic_duplicate_check branch September 19, 2024 12:21
tmsri pushed a commit to tmsri/llvm-project that referenced this pull request Sep 19, 2024
…109226)

Check for duplicate intrinsic names in the intrinsic emitter backend and
issue a fatal error if we find one.
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