[all-commits] [llvm/llvm-project] 3ad936: [InstCombine] Add or((icmp ult/ule (A + C1), C3), ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Oct 19 06:28:48 PDT 2020


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

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

  Log Message:
  -----------
  [InstCombine] Add or((icmp ult/ule (A + C1), C3), (icmp ult/ule (A + C2), C3)) vector tests


  Commit: 1d90e530442477de247dcb613f5176fe7e9beded
      https://github.com/llvm/llvm-project/commit/1d90e530442477de247dcb613f5176fe7e9beded
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

  Log Message:
  -----------
  [InstCombine] foldOrOfICmps - pull out repeated getOperand() calls. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/dc5d6632b0c2...1d90e5304424


More information about the All-commits mailing list