diff options
author | Florian Hahn <flo@fhahn.com> | 2021-01-28 10:37:50 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-02-01 20:48:31 +0000 |
commit | 0b28d756af183b9f294ddca5432a0ad5054ac9c2 (patch) | |
tree | b2d179a3e11e16264143797142d639e0d088f039 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | 75347ba1fae25819a086fc29ad52d813419887a8 (diff) | |
download | llvm-0b28d756af183b9f294ddca5432a0ad5054ac9c2.zip llvm-0b28d756af183b9f294ddca5432a0ad5054ac9c2.tar.gz llvm-0b28d756af183b9f294ddca5432a0ad5054ac9c2.tar.bz2 |
[ConstraintElimination] Add support for EQ predicates.
A == B map to A >= B && A <= B
(https://alive2.llvm.org/ce/z/_dwxKn).
This extends the constraint construction to return a list of
constraints, which can be used to properly de-compose nested AND & OR.
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions