This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Add constant folder for vector.shuffle ops
ClosedPublic

Authored by antiagainst on Feb 4 2022, 12:34 PM.

Diff Detail

Event Timeline

antiagainst created this revision.Feb 4 2022, 12:34 PM
antiagainst requested review of this revision.Feb 4 2022, 12:34 PM
ThomasRaoux accepted this revision.Feb 4 2022, 1:17 PM
ThomasRaoux added inline comments.
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
1830

nit: type shouldn't change. Can you just use getVectorType() instead?

This revision is now accepted and ready to land.Feb 4 2022, 1:17 PM