Skip to content

Commit 866cd62

Browse files
committed
clang-format
1 parent fa8ebf6 commit 866cd62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Vector/IR/VectorOps.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6009,7 +6009,6 @@ OpFoldResult vector::TransposeOp::fold(FoldAdaptor adaptor) {
60096009
if (attr.isSplat())
60106010
return attr.reshape(getResultVectorType());
60116011

6012-
60136012
// Eliminate poison transpose ops.
60146013
if (llvm::dyn_cast_if_present<ub::PoisonAttr>(adaptor.getVector()))
60156014
return ub::PoisonAttr::get(getContext());

0 commit comments

Comments
 (0)