]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
rose: enable generation of shufti32x16 case
authorJustin Viiret <justin.viiret@intel.com>
Wed, 7 Sep 2016 00:33:44 +0000 (10:33 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 28 Oct 2016 03:46:37 +0000 (14:46 +1100)
src/rose/rose_build_bytecode.cpp

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