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 a -Z flag for LLVM align attributes on arguments #49122

Merged
merged 1 commit into from
Mar 24, 2018

Commits on Mar 17, 2018

  1. Add a -Z flag for LLVM align attributes on arguments

    LLVM seems to still put the assume calls in when inlining, so this probably isn't in a place where it can be turned on by default, but it's interesting to experiment with.
    
    For example, this makes `swap::<u64x8>` be 8x `vmovaps	ymm` instead of 16x `vmovups	xmm`, on my cpu.
    scottmcm committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    b498192 View commit details
    Browse the repository at this point in the history