We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8ebf6 commit 866cd62Copy full SHA for 866cd62
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
@@ -6009,7 +6009,6 @@ OpFoldResult vector::TransposeOp::fold(FoldAdaptor adaptor) {
6009
if (attr.isSplat())
6010
return attr.reshape(getResultVectorType());
6011
6012
-
6013
// Eliminate poison transpose ops.
6014
if (llvm::dyn_cast_if_present<ub::PoisonAttr>(adaptor.getVector()))
6015
return ub::PoisonAttr::get(getContext());
0 commit comments