Skip to content

Commit 5736525

Browse files
committed
Correct formatting.
1 parent 81cf80c commit 5736525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14674,8 +14674,8 @@ SITargetLowering::performExtractVectorEltCombine(SDNode *N,
1467414674
return DAG.getNode(Vec.getOpcode(), SL, ResVT, Elt);
1467514675
}
1467614676

14677-
// (extract_vector_element (and {y0, y1}, (build_vector 0x1f, 0x1f)), index)
14678-
// -> (and (extract_vector_element {yo, y1}, index), 0x1f)
14677+
// (extract_vector_element (and {y0, y1}, (build_vector 0x1f, 0x1f)), index)
14678+
// -> (and (extract_vector_element {y0, y1}, index), 0x1f)
1467914679
// There are optimisations to transform 64-bit shifts into 32-bit shifts
1468014680
// depending on the shift operand. See e.g. performSraCombine().
1468114681
// This combine ensures that the optimisation is compatible with v2i32

0 commit comments

Comments
 (0)