This patch is a proposed fix for 36642.
While legalizing long vector types, make sure the smaller types get the
flags of the wider type.
Differential D44245
Propagate flags to SDValue in SplitVecOp_VECREDUCE sabuasal on Mar 7 2018, 7:56 PM. Authored by
Details This patch is a proposed fix for 36642. While legalizing long vector types, make sure the smaller types get the
Diff Detail Event TimelineComment Actions Thanks for the review. I tried to apply the patch on tip, it applies cleanly but it doesn't compile, I think it is out of date. Comment Actions LGTM, can you also make the test name a little more specific, e.g. 'vecreduce-propagate-sd-flags.ll'?
|
You will also need a REQUIRES: asserts since you use the -debug-only option.