[llvm] 9300b13 - Revert "[InstCombine] (~(a | b) & c) | ~(c | (a ^ b)) -> ~((a | b) & (c | (b ^ a)))"

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 02:44:43 PST 2021


Hi,

> On Nov 24, 2021, at 19:14, Stanislav Mekhanoshin via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> 
> Author: Stanislav Mekhanoshin
> Date: 2021-11-24T11:14:52-08:00
> New Revision: 9300b133c80dfc1a15135f9fb9c5afaf8a6805f8
> 
> URL: https://github.com/llvm/llvm-project/commit/9300b133c80dfc1a15135f9fb9c5afaf8a6805f8
> DIFF: https://github.com/llvm/llvm-project/commit/9300b133c80dfc1a15135f9fb9c5afaf8a6805f8.diff
> 
> LOG: Revert "[InstCombine] (~(a | b) & c) | ~(c | (a ^ b)) -> ~((a | b) & (c | (b ^ a)))"
> 
> This reverts commit c407769f5e6c81d56de0b251aed5750a16a7651c.


It would be great if you could include a reason for the revert in the commit message, so it is a bit easier to see what issue the revert addresses for people following along.

Cheers,
Florian


More information about the llvm-commits mailing list