summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2022-04-11 21:11:26 -0400
committerMatt Arsenault <Matthew.Arsenault@amd.com>2022-04-12 16:54:03 -0400
commit3f2cc7cc2b17ea6b7c09470ffc75b4691ce3ea95 (patch)
tree736236fcd1e6044f1bb49891b803877084346493 /lldb/test/API/python_api/debugger/TestDebuggerAPI.py
parent0e489926be00326b09fb4dd51d76c758056d358c (diff)
GlobalISel: Fix lowerSelect handling of boolean high bits
This was making several invalid assumptions about the incoming select. First, it was assuming the incoming condition was either s1 or already sign extended, not accounting for different boolean high bits behavior between scalar and vector conditions. We only had a vector boolean due to the intermediate step vector select, which is now avoided. Second, it was assuming it can use the result vector type as a boolean mask. These types don't have anything to do with other, and only makes sense in the context of the expansion to bit operations. Since these logically are part of the same lowering, do the complete expansion in a single step. The added select_v4s1_s1 test does fail to legalize, since it seems AArch64's vector legalization support is pretty incomplete.
Diffstat (limited to 'lldb/test/API/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions