This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVMIR] Use isScalableVectorType in ShuffleVectorOp::parse
ClosedPublic

Authored by myhsu on Jun 10 2022, 2:12 PM.

Details

Summary

Instead of casting the incoming operand into VectorType to check if it's scalable or not.
(This is the place I missed to fix in f088b99eac74, sorry about that. I also double-checked LLVM dialect's codebase to make sure there isn't any leftover)

Diff Detail

Event Timeline

myhsu created this revision.Jun 10 2022, 2:12 PM
myhsu requested review of this revision.Jun 10 2022, 2:12 PM
Mogball accepted this revision.Jun 10 2022, 6:06 PM
This revision is now accepted and ready to land.Jun 10 2022, 6:06 PM
ftynse requested changes to this revision.Jun 13 2022, 2:08 AM
This revision now requires changes to proceed.Jun 13 2022, 2:08 AM
ftynse accepted this revision.Jun 13 2022, 2:08 AM
This revision is now accepted and ready to land.Jun 13 2022, 2:08 AM