Skip to content

Commit 992458d

Browse files
authored
[RISCV][NFC] Fix the mismatch in comment (llvm#140511)
There should be only one `vector_in`. And we remove the surrounding double quotes.
1 parent 52e1995 commit 992458d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/IntrinsicsRISCV.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ let TargetPrefix = "riscv" in {
362362
[ImmArg<ArgIndex<3>>, ImmArg<ArgIndex<5>>, IntrNoMem]>, RISCVVIntrinsic {
363363
let VLOperand = 4;
364364
}
365-
// Input: (passthru, vector_in, vector_in, mask, vl)
365+
// Input: (passthru, vector_in, mask, vl)
366366
class RISCVCompress
367367
: DefaultAttrsIntrinsic<[llvm_anyvector_ty],
368368
[LLVMMatchType<0>, LLVMMatchType<0>,
@@ -1570,7 +1570,7 @@ let TargetPrefix = "riscv" in {
15701570
defm vrgather_vx : RISCVRGatherVX;
15711571
defm vrgatherei16_vv : RISCVRGatherEI16VV;
15721572

1573-
def "int_riscv_vcompress" : RISCVCompress;
1573+
def int_riscv_vcompress : RISCVCompress;
15741574

15751575
defm vaaddu : RISCVSaturatingBinaryAAXRoundingMode;
15761576
defm vaadd : RISCVSaturatingBinaryAAXRoundingMode;

0 commit comments

Comments
 (0)