summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-07-15 17:56:57 +0000
committerCraig Topper <craig.topper@intel.com>2019-07-15 17:56:57 +0000
commit81971b2b79c4ac7b01f4997176dae86befc55f37 (patch)
treed666a2fbab6d7c8ce65e90386d0905c7f221ac70 /llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp
parent3e7c314b039d735adf760ddead7f6e32d4dc81be (diff)
downloadbcm5719-llvm-81971b2b79c4ac7b01f4997176dae86befc55f37.tar.gz
bcm5719-llvm-81971b2b79c4ac7b01f4997176dae86befc55f37.zip
[X86] Return UNDEF from LowerScalarImmediateShift when the shift amount is out of range.
I think we only turn out of range shiftss to undef when all elements are out of range or the shift amount is a splat out of range. I'm not sure which, I didn't check. During lowering we can split a shift where some elements are out of range into multiple shifts. This can create a new shift with a splat shift amount that is out of range. This patch returns undef for this case. Fixes PR42615. Differential Revision: https://reviews.llvm.org/D64699 llvm-svn: 366096
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud