rose: enable generation of shufti32x16 case

This commit is contained in:
Justin Viiret 2016-09-07 10:33:44 +10:00 committed by Matthew Barr
parent efa3299774
commit 385f71b44e

View File

@ -3054,7 +3054,6 @@ bool makeRoleShufti(const vector<LookEntry> &look,
neg_mask, base_offset, end_inst); neg_mask, base_offset, end_inst);
program.add_before_end(move(ri)); program.add_before_end(move(ri));
} else { } else {
return false;
auto ri = make_unique<RoseInstrCheckShufti32x16> auto ri = make_unique<RoseInstrCheckShufti32x16>
(hi_mask, lo_mask, bucket_select_hi, bucket_select_lo, (hi_mask, lo_mask, bucket_select_hi, bucket_select_lo,
neg_mask, base_offset, end_inst); neg_mask, base_offset, end_inst);