diff options
author | Sanjay Patel <spatel@rotateright.com> | 2021-04-23 13:19:46 -0400 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2021-04-23 13:23:24 -0400 |
commit | e10d7d455d4ec0dccab9a74764a8988e1301069f (patch) | |
tree | 708ca069df9b94f3aa27dd41220e9e1f4cfe21cc /lldb/packages/Python/lldbsuite/test/lldbpexpect.py | |
parent | d5175005abe15b041021f36de20cb5fde9a0685c (diff) | |
download | llvm-e10d7d455d4ec0dccab9a74764a8988e1301069f.zip llvm-e10d7d455d4ec0dccab9a74764a8988e1301069f.tar.gz llvm-e10d7d455d4ec0dccab9a74764a8988e1301069f.tar.bz2 |
[InstCombine] fold 'not' of ctpop in parity pattern
As discussed in https://llvm.org/PR50096 , we could
convert the 'not' into a 'sub' and see the same
fold. That's because we already have another demanded
bits optimization for 'sub'.
We could add a related transform for
odd-number-of-type-bits, but that seems unlikely
to be practical.
https://alive2.llvm.org/ce/z/TWJZXr
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbpexpect.py')
0 files changed, 0 insertions, 0 deletions