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

Alias analysis should take move ops into account #541

Closed
marijnh opened this issue Jun 21, 2011 · 0 comments
Closed

Alias analysis should take move ops into account #541

marijnh opened this issue Jun 21, 2011 · 0 comments

Comments

@marijnh
Copy link
Contributor

marijnh commented Jun 21, 2011

The rhs of a move gets clobbered/invalidated, so you shouldn't be able to move stuff that's aliased.

@ghost ghost assigned marijnh Jun 21, 2011
marijnh added a commit that referenced this issue Jul 7, 2011
@marijnh marijnh closed this as completed Jul 11, 2011
@marijnh marijnh removed their assignment Jun 16, 2014
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Add cfmakeraw and cfsetspeed

This includes implementations for Android. `cfsetspeed` is basically just a back-to-back call to `cfsetispeed` and `cfsetospeed`, both of which seem to do the same thing here, so I just copied that body as well for `cfsetspeed`. The implementation for `cfmakeraw` was taken from the man pages for `termios(3)`.
kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
* Add Vector Multiply Add

* Add Vector Negative Multiply Subtract

* Add Vector Sum Across Partial (1/2) Saturated

* Add Vector Sum Across Partial (1/4) Saturated
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
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

No branches or pull requests

1 participant