The change to PPC vector cost model for D60160 exposed a regression where the support for legalizing a vector ctlz_zero_undef with illegal type was missing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks like we can hit the same issue in X86 with -x86-experimental-vector-widening-legalization on the command line. Do you mind adding a test for that?
llvm/test/CodeGen/X86/vec_clz.ll | ||
---|---|---|
1 ↗ | (On Diff #205399) | Please can you use update_llc_test_checks.py to regenerate this? (and maybe the ppc file as well) |