This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVMIR] Add support for translating shufflevector
ClosedPublic

Authored by myhsu on May 5 2022, 11:39 AM.

Details

Summary

Add support for translating llvm::ShuffleVectorInst

Diff Detail

Event Timeline

myhsu created this revision.May 5 2022, 11:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 11:39 AM
myhsu requested review of this revision.May 5 2022, 11:39 AM
Mogball requested changes to this revision.May 5 2022, 2:30 PM
Mogball added inline comments.
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
1078

mask is never null (I'm not sure why it's checked elsewhere in this file).

This revision now requires changes to proceed.May 5 2022, 2:30 PM
myhsu updated this revision to Diff 427765.May 6 2022, 3:03 PM
myhsu marked an inline comment as done.

Removed (null) checks on ArrayAttr

Mogball accepted this revision.May 8 2022, 5:55 PM
This revision is now accepted and ready to land.May 8 2022, 5:55 PM
This revision was landed with ongoing or failed builds.May 14 2022, 3:15 PM
This revision was automatically updated to reflect the committed changes.