[all-commits] [llvm/llvm-project] 9e885d: [InstSimplify] Add tests for (~A & B) | ~(A | B) -...

David Green via All-commits all-commits at lists.llvm.org
Mon Nov 7 01:04:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e885d9aaba140a583f3bd2f38db73c123b60ef9
      https://github.com/llvm/llvm-project/commit/9e885d9aaba140a583f3bd2f38db73c123b60ef9
  Author: David Green <david.green at arm.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/or.ll
    M llvm/test/Transforms/InstSimplify/or.ll

  Log Message:
  -----------
  [InstSimplify] Add tests for (~A & B) | ~(A | B) --> ~A with logical And. NFC




More information about the All-commits mailing list