diff options
| author | Eric Fiselier <eric@efcs.ca> | 2018-09-22 20:09:02 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2018-09-22 20:09:02 +0000 |
| commit | 67e881d11226f3d524f0ac7e194394057f66d7b5 (patch) | |
| tree | 9b35647efcfb4eab450a70c4f613563aa857b9ad /llvm/lib/CodeGen/MachineFrameInfo.cpp | |
| parent | 2f02863bf2f29a6287a0be86e01a60bef27ddc97 (diff) | |
| download | bcm5719-llvm-67e881d11226f3d524f0ac7e194394057f66d7b5.tar.gz bcm5719-llvm-67e881d11226f3d524f0ac7e194394057f66d7b5.zip | |
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineFrameInfo.cpp')
0 files changed, 0 insertions, 0 deletions

