[PR90510] Adjust 'brig.dg/test/gimple/packed.hsail'
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 23 May 2019 08:22:56 +0000 (10:22 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 23 May 2019 08:22:56 +0000 (10:22 +0200)
... for r271463 "Fix PR90510, VEC_PERM -> BIT_INSERT folding".

gcc/testsuite/
PR middle-end/90510
* brig.dg/test/gimple/packed.hsail: Adjust.

From-SVN: r271540

gcc/testsuite/ChangeLog
gcc/testsuite/brig.dg/test/gimple/packed.hsail

index 5717f1a7162d9581f1c8071d3016560088db366d..f3a401fe8be0dff39cca54d5dc60664f1815509c 100644 (file)
@@ -1,3 +1,8 @@
+2019-05-23  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR middle-end/90510
+       * brig.dg/test/gimple/packed.hsail: Adjust.
+
 2019-05-23  Jakub Jelinek  <jakub@redhat.com>
 
        * g++.dg/cpp2a/is-constant-evaluated8.C: New test.
index 4cba5fcbba0ec4ae180f1b5c0fac9b8c0aeaac18..9137490b2ab05edf0f224732fdd50add067d2cad 100644 (file)
@@ -64,7 +64,7 @@ prog kernel &Kernel(kernarg_u64 %input_ptr, kernarg_u64 %output_ptr)
 /* { dg-final { scan-tree-dump "_\[0-9\]+ = q2 \\\+ q3;" "gimple" } } */
 
 /* Insert the lowest element of the result to the lowest element of the result register. */
-/* { dg-final { scan-tree-dump "= VEC_PERM_EXPR <\[a-z0-9_\]+, new_output.\[0-9\]+_\[0-9\]+, { 16, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }>;" "gimple" } } */
+/* { dg-final { scan-tree-dump "= VEC_PERM_EXPR <new_output.\[0-9\]+_\[0-9\]+, \[a-z0-9_\]+, { 0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 }>;" "gimple" } } */
 
 /* FIXME */
 /* { dg-final { scan-tree-dump "q4 = \(VIEW_CONVERT_EXPR<uint128_t>\\\()?s_output.\[0-9\]+\(_\[0-9\]+\)*\\\)?;" "gimple" } } */