llvm-project/libcxx/test/std/experimental/simd/simd.access
Eric Fiselier 67e881d112 Fix UB in SIMD tests.
One of the SIMD tests attempted to left shift a value by 42, which
is UB when the left hand side is a 32 bit integer type.

This patch adjusts the test to use the value 4 instead of 42.

llvm-svn: 342820
2018-09-22 20:09:02 +00:00
..
default.pass.cpp Fix UB in SIMD tests. 2018-09-22 20:09:02 +00:00