diff options
author | Craig Topper <craig.topper@intel.com> | 2019-06-23 07:00:46 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-06-23 07:00:46 +0000 |
commit | 6ddc7912b0ec9e3b9c136a052dfe9530db74d3da (patch) | |
tree | 3d336d5497423c8d3a68b28e2c841e9464a03143 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | cadd826d0af7a04e98963b08348a963b67e35882 (diff) | |
download | bcm5719-llvm-6ddc7912b0ec9e3b9c136a052dfe9530db74d3da.tar.gz bcm5719-llvm-6ddc7912b0ec9e3b9c136a052dfe9530db74d3da.zip |
[SelectionDAG] Remove the code that attempts to calculate the alignment for the second half of a split masked load/store.
The code divides the alignment by 2 if the original alignment is
equal to the original VT size. But this wouldn't be correct
if the alignment was larger than the VT size.
The memory operand object already takes care of calling MinAlign
on the base alignment and the memory pointer offset. So we don't
need any special code at all.
llvm-svn: 364151
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions