This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix test for vector-warp-distribute
ClosedPublic

Authored by christopherbate on Sep 22 2022, 9:14 AM.

Details

Summary

Test does a "CHECK-NOT" against the function name when it should check
to ensure that the vector.warp_execute_on_lane_0 is removed.

Diff Detail

Event Timeline

christopherbate requested review of this revision.Sep 22 2022, 9:14 AM
ThomasRaoux accepted this revision.Sep 22 2022, 9:34 AM

Thanks :)

This revision is now accepted and ready to land.Sep 22 2022, 9:34 AM