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

[LLVM] Avoid warnings when compiling getNumElements with LLVM12+ #6738

Merged
merged 2 commits into from
Oct 24, 2020
Merged

[LLVM] Avoid warnings when compiling getNumElements with LLVM12+ #6738

merged 2 commits into from
Oct 24, 2020

Conversation

kparzysz-quic
Copy link
Contributor

Extract the element-count code into GetVectorNumElements and make it compile cleanly with all LLVM versions.

Krzysztof Parzyszek added 2 commits October 22, 2020 13:47
Extract the element-count code into GetVectorNumElements and make it
compile cleanly with all LLVM versions.
@tqchen tqchen merged commit c4e26b6 into apache:main Oct 24, 2020
@tqchen
Copy link
Member

tqchen commented Oct 24, 2020

Thanks @kparzysz-quic !

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Oct 29, 2020
…che#6738)

* [LLVM] Avoid warnings when compiling getNumElements with LLVM12+

Extract the element-count code into GetVectorNumElements and make it
compile cleanly with all LLVM versions.

* Trigger another build
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 2, 2020
…che#6738)

* [LLVM] Avoid warnings when compiling getNumElements with LLVM12+

Extract the element-count code into GetVectorNumElements and make it
compile cleanly with all LLVM versions.

* Trigger another build
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 4, 2020
…che#6738)

* [LLVM] Avoid warnings when compiling getNumElements with LLVM12+

Extract the element-count code into GetVectorNumElements and make it
compile cleanly with all LLVM versions.

* Trigger another build
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Dec 4, 2020
…che#6738)

* [LLVM] Avoid warnings when compiling getNumElements with LLVM12+

Extract the element-count code into GetVectorNumElements and make it
compile cleanly with all LLVM versions.

* Trigger another build
@kparzysz-quic kparzysz-quic deleted the warnings branch June 22, 2022 23:43
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