This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SPIRV] Fix blocks nested too deeply error.
ClosedPublic

Authored by mravishankar on May 19 2020, 2:16 PM.

Details

Summary

Issue arises due to a giant if/else if/else/... construct. Changing
them to just ifs.

Diff Detail

Event Timeline

mravishankar created this revision.May 19 2020, 2:16 PM
antiagainst accepted this revision.May 19 2020, 2:18 PM

Actually less code! :)

This revision is now accepted and ready to land.May 19 2020, 2:18 PM
This revision was automatically updated to reflect the committed changes.