Skip to content

Commit a4b8d2a

Browse files
preameslukel97
andauthored
Update llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Co-authored-by: Luke Lau <[email protected]>
1 parent 970983f commit a4b8d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18137,7 +18137,7 @@ static MVT getQDOTXResultType(MVT OpVT) {
1813718137
static SDValue getZeroPaddedAdd(const SDLoc &DL, SDValue A, SDValue B,
1813818138
SelectionDAG &DAG) {
1813918139
// NOTE: Manually doing the extract/add/insert scheme produces
18140-
// significantly better coegen than the naive pad with zeros
18140+
// significantly better codegen than the naive pad with zeros
1814118141
// and add scheme.
1814218142
EVT AVT = A.getValueType();
1814318143
EVT BVT = B.getValueType();

0 commit comments

Comments
 (0)