Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

[llvm] Implement Float ConstantExpressions for Vectors #143

Closed
junlarsen opened this issue Jul 15, 2020 · 0 comments · Fixed by #180
Closed

[llvm] Implement Float ConstantExpressions for Vectors #143

junlarsen opened this issue Jul 15, 2020 · 0 comments · Fixed by #180
Labels
scope:apis This is related to the LLVM4J part of the APIs

Comments

@junlarsen
Copy link
Owner

The ConstantVector class does currently not support any floating point operations.

This should implement all of the LLVM ConstantExpression operations which work on floating point vectors. See ConstantVector for Integer implementation.

@junlarsen junlarsen added good first issue This is a nice issue for contributors to start contributing scope:apis This is related to the LLVM4J part of the APIs labels Jul 15, 2020
@junlarsen junlarsen removed the good first issue This is a nice issue for contributors to start contributing label Oct 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:apis This is related to the LLVM4J part of the APIs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant