diff options
author | Florian Hahn <flo@fhahn.com> | 2023-12-20 18:13:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 18:13:41 +0100 |
commit | 18170d0f281c2cae5252c501cbcd174783de78b7 (patch) | |
tree | c55666394844cfd70c58c788a89972e0da7e0dcd /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2c257cf8721a030af03bd84f72e77864a7cf561b (diff) | |
download | llvm-18170d0f281c2cae5252c501cbcd174783de78b7.zip llvm-18170d0f281c2cae5252c501cbcd174783de78b7.tar.gz llvm-18170d0f281c2cae5252c501cbcd174783de78b7.tar.bz2 |
[ConstraintElim] Extend AND implication logic to support OR as well. (#76044)
Extend the logic check if an operand of an AND is implied by the other
to also support OR. This is done by checking if !op1 implies op2 or vice
versa.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions