diff options
author | Nikita Popov <npopov@redhat.com> | 2023-11-28 12:58:02 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-11-28 12:59:33 +0100 |
commit | 3e6207a775dfed9a8b54e4afbbffb9d6cdabf3ef (patch) | |
tree | e2b9d6eb83fcc8250fddeb98499a62c92a0a5c2c /clang/tools/clang-format/clang-format-diff.py | |
parent | 17041276d4c0a988da48361eb25b3271bcca8602 (diff) | |
download | llvm-3e6207a775dfed9a8b54e4afbbffb9d6cdabf3ef.zip llvm-3e6207a775dfed9a8b54e4afbbffb9d6cdabf3ef.tar.gz llvm-3e6207a775dfed9a8b54e4afbbffb9d6cdabf3ef.tar.bz2 |
[InstCombine] Use SimplifyQuery for computeKnownBits() (NFC)
Call computeKnownBits() with SimplifyQuery to make sure it gets
all available analyses, even if more are added in the future.
As this code is performance-critical, I'm exporting the variant
with by-ref KnownBits and SimplifyQuery, as the variant returning
KnownBits is measurably slower in this context.
Diffstat (limited to 'clang/tools/clang-format/clang-format-diff.py')
0 files changed, 0 insertions, 0 deletions