[llvm] [RISCV] Improve vmsge and vmsgeu selection (PR #115435)

Jianjian Guan via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 01:30:46 PST 2024


================
@@ -1656,11 +1665,20 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
       selectVLOp(Node->getOperand(3), VL);
 
       // If vmsgeu with 0 immediate, expand it to vmset.
----------------
jacquesguan wrote:

Addressed

https://github.com/llvm/llvm-project/pull/115435


More information about the llvm-commits mailing list