- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 49623 |
| Resolution | FIXED |
| Resolved on | May 06, 2021 17:02 |
| Version | trunk |
| OS | All |
| Blocks | #48661 |
| CC | @asb,@topperc,@frasercrmck,@tstellar |
| Fixed by commit(s) | fca5d63 c1831fc |
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