summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
diff options
context:
space:
mode:
authorArtur Pilipenko <apilipenko@azulsystems.com>2016-04-12 15:58:04 +0000
committerArtur Pilipenko <apilipenko@azulsystems.com>2016-04-12 15:58:04 +0000
commitdbe0bc8df44354e261dec40fb663f7a5d42f093f (patch)
tree26807d8d45dac466fe80438aa159b7cacdf389a9 /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
parent25570c5423137e6533b15b688d4501d6b771a1dc (diff)
downloadbcm5719-llvm-dbe0bc8df44354e261dec40fb663f7a5d42f093f.tar.gz
bcm5719-llvm-dbe0bc8df44354e261dec40fb663f7a5d42f093f.zip
Support arbitrary addrspace pointers in masked load/store intrinsics
This is a resubmittion of 263158 change. 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: 266086
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud