diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-05-09 21:11:35 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-05-09 21:11:35 +0000 |
| commit | eac81b244843423a58ed6301c5fb8ca25ffa2308 (patch) | |
| tree | 40d150b89a1c43be306dae5cb633c20c628ce7b1 /llvm/utils/lit/tests/xunit-output.py | |
| parent | cff73a211802895f4d525ffc37cf53f4b7df1f15 (diff) | |
| download | llvm-eac81b244843423a58ed6301c5fb8ca25ffa2308.zip llvm-eac81b244843423a58ed6301c5fb8ca25ffa2308.tar.gz llvm-eac81b244843423a58ed6301c5fb8ca25ffa2308.tar.bz2 | |
AMDGPU: Ignore any_extend in mul24 combine
If a multiply is truncated, SimplifyDemandedBits
sometimes turns a zero_extend of the inputs into an
any_extend, which makes the known bits computation unhelpful.
Ignore these and compute known bits for the underlying value,
since we insert the correct extend type after.
llvm-svn: 331919
Diffstat (limited to 'llvm/utils/lit/tests/xunit-output.py')
0 files changed, 0 insertions, 0 deletions
