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

Add support for vector casts for fptosi and fptoui #247

Closed
wants to merge 30 commits into from

Conversation

LLITCHEV
Copy link
Contributor

@LLITCHEV LLITCHEV commented Sep 7, 2020

Added corresponding tests.

jbruestle and others added 30 commits May 14, 2020 15:18
* Initial changes

* Go back to a single consistent terminator, with yield semantics

* Rename terminator to yield

* fix parser

* Fixed from code review
Merge master into plaidml/plaidml-v1
Implement pass to do TanhOp lowering.
* Add canonicalizer removing rank 0 affine.parallel

* Add canonicalizer removing range 1 indexes from affine.parallel loops.

Co-authored-by: Tim Zerrell <tim.zerrell@intel.com>
The C SE optimizer was pulling the following two definitions into a single one, but on Linux the types are different and the resulting imported function tyope had no parameters.
ArrayRef<Type> results{opType};
std::array<Type, 1> inputs{opType};
Fix an issue where the CSE optimizer was doing a wrong optimization
* Implement LoopLikeInterface for affine.parallel, also more tests
Update to latest upstream master
Add AffineVectorLoadOp/AffineVectorStoreOp builders
Fix bug reported during upstream CR
Drop overly restrictive assertion
@repo-lockdown
Copy link

repo-lockdown bot commented Sep 7, 2020

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Sep 7, 2020
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants