[all-commits] [llvm/llvm-project] 63bedc: [InstSimplify] Handle commutativity for 'and' and ...

Dávid Bolvanský via All-commits all-commits at lists.llvm.org
Sat Jan 16 10:43:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63bedc80da36cf5eb71b06b453c186e057607bf4
      https://github.com/llvm/llvm-project/commit/63bedc80da36cf5eb71b06b453c186e057607bf4
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2021-01-16 (Sat, 16 Jan 2021)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/test/Transforms/InstSimplify/or.ll

  Log Message:
  -----------
  [InstSimplify] Handle commutativity for 'and' and 'outer or' for (~A & B) | ~(A | B) --> ~A

Reviewed By: lebedev.ri

Differential Revision: https://reviews.llvm.org/D94870




More information about the All-commits mailing list