mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 16:36:09 +00:00

The idea is that by preemptively simplifying the result of `!and` and `!or`, we can fold some of the conditional operators, like `!if` or `!cond`, as early as possible.