[all-commits] [llvm/llvm-project] e07a9b: [InstCombine] Add PR45984 test case

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Apr 6 05:05:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e07a9b38a6892136fceae0ee17fea0530b6f7623
      https://github.com/llvm/llvm-project/commit/e07a9b38a6892136fceae0ee17fea0530b6f7623
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/demorgan.ll

  Log Message:
  -----------
  [InstCombine] Add PR45984 test case

Fold (a ^ b) | ~(a | b) --> ~(a & b)




More information about the All-commits mailing list