You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cuttent implementation of inline assembly doesn't support vector mask registers. It supports only vector registers at this moment. Although, intrinsic function supports both vector registers and vector mask registers.
Cuttent implementation of inline assembly doesn't support vector mask registers. It supports only vector registers at this moment. Although, intrinsic function supports both vector registers and vector mask registers.
https://reviews.llvm.org/D98616 is one of good examples to support both vm and vr in inline assembly.
The text was updated successfully, but these errors were encountered: