[all-commits] [llvm/llvm-project] aba727: [InstCombine] Add (icmp ne A, 0) | (icmp ne B, 0) ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Oct 19 05:44:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aba7275bb31f5eb824dcabbd869f71f26c681e26
      https://github.com/llvm/llvm-project/commit/aba7275bb31f5eb824dcabbd869f71f26c681e26
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

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

  Log Message:
  -----------
  [InstCombine] Add (icmp ne A, 0) | (icmp ne B, 0) --> (icmp ne (A|B), 0) tests




More information about the All-commits mailing list