Skip to content

cl: Add test for bswap

Matt Arsenault requested to merge arsenm/piglit:cl-bswap-test into master

Surprisingly, OpenCL seems to not define a function for this, but I do want to test codegen for it. The vector shuffle gets idiom recognized into a bswap.

Merge request reports