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

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Oct 20 06:15:25 PDT 2020


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

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

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

Reapplied rGa704d8238c86 with a check for integer/integervector types to prevent matching with pointer types




More information about the All-commits mailing list