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

Fix volatile_store and nontemporal_store #50648

Merged
merged 2 commits into from
May 14, 2018
Merged

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    b638f11 View commit details
    Browse the repository at this point in the history
  2. Introduce OperandValue::nontemporal_store and use it in the intrinsics

    We use a new MemFlags bitflags type to merge some store code paths.
    nox committed May 13, 2018
    Configuration menu
    Copy the full SHA
    3ebe867 View commit details
    Browse the repository at this point in the history