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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 09:19:28 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.
----------------
topperc wrote:

Comment needs to be updated since it is not just vmsgeu now

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


More information about the llvm-commits mailing list