Skip to content

Commit

Permalink
[RISCV] Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
preames committed Jun 27, 2023
1 parent ae4846d commit 49428ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ bool RISCVDAGToDAGISel::performCombineVMergeAndVOps(SDNode *N, bool IsTA) {
}

// Transform (VMERGE_VVM_<LMUL>_TU false, false, true, allones, vl, sew) to
// (MMV_V_V_<LMUL>_TU false, true, vl, sew). It may decrease uses of VMSET.
// (VMV_V_V_<LMUL>_TU false, true, vl, sew). It may decrease uses of VMSET.
bool RISCVDAGToDAGISel::performVMergeToVMv(SDNode *N) {
#define CASE_VMERGE_TO_VMV(lmul) \
case RISCV::PseudoVMERGE_VVM_##lmul##_TU: \
Expand Down

0 comments on commit 49428ba

Please sign in to comment.