https://bugs.llvm.org/show_bug.cgi?id=49623

            Bug ID: 49623
           Summary: [RISCV] Wrong operand order in ISEL pattern for masked
                    vmslt[u]
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Backend: RISC-V
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to