Skip to content

Commit ae53736

Browse files
committed
Clang-format
1 parent 5fde925 commit ae53736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11755,8 +11755,8 @@ SDValue RISCVTargetLowering::lowerVECTOR_INTERLEAVE(SDValue Op,
1175511755

1175611756
// Use ri.vzip2{a,b} if available
1175711757
// TODO: Figure out the best lowering for the spread variants
11758-
if (Subtarget.hasVendorXRivosVizip() &&
11759-
!Op.getOperand(0).isUndef() && !Op.getOperand(1).isUndef()) {
11758+
if (Subtarget.hasVendorXRivosVizip() && !Op.getOperand(0).isUndef() &&
11759+
!Op.getOperand(1).isUndef()) {
1176011760
SDValue V1 = Op->getOperand(0);
1176111761
SDValue V2 = Op->getOperand(1);
1176211762
SDValue Lo = lowerVZIP(RISCVISD::RI_VZIP2A_VL, V1, V2, DL, DAG, Subtarget);

0 commit comments

Comments
 (0)