This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Improve vector extract/insert element conversion
ClosedPublic

Authored by antiagainst on Nov 30 2022, 4:10 PM.

Details

Summary
  • Fix type conversions around positions--we need to use the converted value from the adaptor.
  • Convert constant position cases to composite extract/insert.

Diff Detail

Event Timeline

antiagainst created this revision.Nov 30 2022, 4:10 PM
Herald added a project: Restricted Project. · View Herald Transcript
antiagainst requested review of this revision.Nov 30 2022, 4:10 PM
kuhar accepted this revision.Nov 30 2022, 4:24 PM
This revision is now accepted and ready to land.Nov 30 2022, 4:24 PM