This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix multidimensional lowering from std.select to llvm.select
ClosedPublic

Authored by bkramer on May 3 2021, 10:26 AM.

Details

Summary

The converter assumed that all operands have the same type, that's not
true for select.

Diff Detail

Event Timeline

bkramer created this revision.May 3 2021, 10:26 AM
bkramer requested review of this revision.May 3 2021, 10:26 AM
ftynse accepted this revision.May 3 2021, 10:27 AM
This revision is now accepted and ready to land.May 3 2021, 10:27 AM
This revision was landed with ongoing or failed builds.May 3 2021, 10:31 AM
This revision was automatically updated to reflect the committed changes.