Fix unit test checks for the scalar cases of all/any intrinsics. I
accidentally used int64 when they should have been int32. This lead to a Windows build unit test error (Linux did not catch the problem). Differential Revision: https://reviews.llvm.org/D107107
Loading
Please sign in to comment