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
The input operand order of masked vmslt[u] is (maskedoff, vector_in, vector_in/scalar_in, mask, vl),
but the isel pattern is (mask, vector_in, vector_in/scalar_in, maskedoff, vl)
This was solved by https://reviews.llvm.org/D98839
The text was updated successfully, but these errors were encountered:
Adding Fraser and Craig to the CC. Given 12.0 is at RC3 already and this only impacts a feature behind an experimental flag, I'm not sure we can reasonably expect the fix to go into 12.0.
Extended Description
The input operand order of masked vmslt[u] is (maskedoff, vector_in, vector_in/scalar_in, mask, vl),
but the isel pattern is (mask, vector_in, vector_in/scalar_in, maskedoff, vl)
This was solved by https://reviews.llvm.org/D98839
The text was updated successfully, but these errors were encountered: