Change test to use regex instead of explicit value numbers. NFC.
authorPete Cooper <peter_cooper@apple.com>
Tue, 3 May 2016 18:32:01 +0000 (18:32 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 3 May 2016 18:32:01 +0000 (18:32 +0000)
commit71dfcb42eb2482f2376fcd6e680e28808f41305e
treeeb8a55507413a482fdfc44a6d0e19b13fe4ab24e
parent6307827e75f90a95c5cd864a68807cb7f3177ca8
Change test to use regex instead of explicit value numbers.  NFC.

We were seeing an internal failure when running this test.  I can't
see a good reason for the difference, but the simple fix is to use
%{{.*}} instead of %1.

llvm-svn: 268416
clang/test/CodeGen/avx512f-builtins.c