summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
diff options
context:
space:
mode:
authorArtur Pilipenko <apilipenko@azulsystems.com>2016-06-27 16:29:26 +0000
committerArtur Pilipenko <apilipenko@azulsystems.com>2016-06-27 16:29:26 +0000
commita36aa4151936149bed64e0a274a6268b32ae5575 (patch)
treea9730ab8a0a19d87479c8f268ad936b104c45cf5 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
parent476e8ceed3f5666152cff4eeb809a4531c0479f2 (diff)
downloadbcm5719-llvm-a36aa4151936149bed64e0a274a6268b32ae5575.tar.gz
bcm5719-llvm-a36aa4151936149bed64e0a274a6268b32ae5575.zip
Support arbitrary addrspace pointers in masked load/store intrinsics
This is a resubmittion of 263158 change after fixing the existing problem with intrinsics mangling (see LTO and intrinsics mangling llvm-dev thread for details). This patch fixes the problem which occurs when loop-vectorize tries to use @llvm.masked.load/store intrinsic for a non-default addrspace pointer. It fails with "Calling a function with a bad signature!" assertion in CallInst constructor because it tries to pass a non-default addrspace pointer to the pointer argument which has default addrspace. The fix is to add pointer type as another overloaded type to @llvm.masked.load/store intrinsics. Reviewed By: reames Differential Revision: http://reviews.llvm.org/D17270 llvm-svn: 273892
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud