summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-07-09 01:52:56 +0000
committerCraig Topper <craig.topper@intel.com>2018-07-09 01:52:56 +0000
commitb8145ec667e47b3a6964cfbbac2bb4fe9d7f7361 (patch)
tree8e51337ea3040b2885c43f52873adb43543e5f35 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parentc98c675f03929308cc82be7600d0929416ee1a68 (diff)
downloadbcm5719-llvm-b8145ec667e47b3a6964cfbbac2bb4fe9d7f7361.tar.gz
bcm5719-llvm-b8145ec667e47b3a6964cfbbac2bb4fe9d7f7361.zip
[X86] Improve the message for some asserts. Remove an if that is guaranteed true by said asserts.
This replaces some asserts in lowerV2F64VectorShuffle with the similar asserts from lowerVIF64VectorShuffle which are more readable. The original asserts mentioned a blend, but there's no guarantee that it is a blend. Also remove an if that the asserts prove is always true. Mask[0] is always less than 2 and Mask[1] is always at least 2. Therefore (Mask[0] >= 2) + (Mask[1] >= 2) == 1 must wlays be true. llvm-svn: 336517
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud