Fix the missing case in ScalarizeVectorResult() that was exposed with
libclcore.bc in Android.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I was solving a particular failure, so this is why I have not included CTTZ_ZERO_UNDEF. But, yes, it should be done for CTTZ too.
I can update the case in ScalarizeVectorResult() with CTTZ.
(Or it should be another patch with additional test case?)