This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Workaround driver bug in math.ctlz conversion again
ClosedPublic

Authored by antiagainst on Jun 15 2022, 7:18 PM.

Details

Summary

The previous approach does not work as the Adreno driver is
clever at optimizing away the selection. So now check two
inputs together.

Diff Detail

Event Timeline

antiagainst created this revision.Jun 15 2022, 7:18 PM
antiagainst requested review of this revision.Jun 15 2022, 7:18 PM
antiagainst retitled this revision from [mlir][spirv] Woraround driver bug in math.ctlz converion again to [mlir][spirv] Workaround driver bug in math.ctlz conversion again.Jun 15 2022, 7:22 PM
ThomasRaoux accepted this revision.Jun 16 2022, 7:42 AM
This revision is now accepted and ready to land.Jun 16 2022, 7:42 AM
This revision was landed with ongoing or failed builds.Jun 16 2022, 7:54 AM
This revision was automatically updated to reflect the committed changes.