diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-11-11 14:46:38 +0530 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2019-11-15 13:43:47 +0530 |
commit | 31479d868e2ace47021324c387d0460cfa737296 (patch) | |
tree | 1f07e07147010aafd075c250dfc57bd55a468c56 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | 69fcfb7d3597e0cdb5554b4e672e9032b411b167 (diff) | |
download | bcm5719-llvm-31479d868e2ace47021324c387d0460cfa737296.tar.gz bcm5719-llvm-31479d868e2ace47021324c387d0460cfa737296.zip |
AMDGPU: Change boolean content type to 0 or 1
The usage of target boolean checks is overly inflexible, since sext
and zext of a compare are equally cheap. The choice is arbitrary, but
using 0/1 to some degree is the choice of lower resistance since
that's what most targets use. This enables a few combines that don't
bother to support ZeroOrNegativeOneBooleanContent.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions