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

Missing inline asm constraint "Yz" #22387

Open
llvmbot opened this issue Dec 23, 2014 · 0 comments
Open

Missing inline asm constraint "Yz" #22387

llvmbot opened this issue Dec 23, 2014 · 0 comments
Labels
bugzilla Issues migrated from bugzilla c++

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 23, 2014

Bugzilla Link 22013
Version 3.5
OS All
Reporter LLVM Bugzilla Contributor
CC @DougGregor,@zygoloid,@rnk

Extended Description

Inline asm constraint "Yz" is not implemented.
There's a workaround:
register __m256i a1 asm("ymm0") = a;

It adds incompatibility with GC and IC.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla c++
Projects
None yet
Development

No branches or pull requests

1 participant