Diff Detail
Diff Detail
Event Timeline
Comment Actions
Add test coverage for demanded elts that include a undef shuffle mask value?
llvm/test/Transforms/Attributor/nofpclass.ll | ||
---|---|---|
915 | pre-commit these and rebase to show the diff |
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4555 | Shufflevector constant expressions do exist though I couldn’t figure out how to get one to reach here, so it’s better to leave it as is |
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4555 | Fair enough - but maybe getShuffleDemandedElts should handle them too. |
cast not dyn_cast