diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-11-11 12:07:38 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-11-11 12:15:54 +0000 |
commit | 1a62ca65c1f5dfa7ce53d62dcfe261cfbc29c03f (patch) | |
tree | e1e7c293801c72d60c59efbf86e117cb938ef8d4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c2a7d9f317df98bd4cfd4a1bf99d69505731aad7 (diff) | |
download | llvm-1a62ca65c1f5dfa7ce53d62dcfe261cfbc29c03f.zip llvm-1a62ca65c1f5dfa7ce53d62dcfe261cfbc29c03f.tar.gz llvm-1a62ca65c1f5dfa7ce53d62dcfe261cfbc29c03f.tar.bz2 |
[KnownBits] Add KnownBits::commonBits helper. NFCI.
We have a frequent pattern where we're merging two KnownBits to get the common/shared bits, and I just fell for the gotcha where I tried to use the & operator to merge them........
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions