[all-commits] [llvm/llvm-project] 103d62: [InstCombine] Add some (vXi1 trunc(lshr(x, c))) -> ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jul 2 08:05:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 103d62e1313d80f4a9f4285ad1280b793dfd9f9b
      https://github.com/llvm/llvm-project/commit/103d62e1313d80f4a9f4285ad1280b793dfd9f9b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

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

  Log Message:
  -----------
  [InstCombine] Add some (vXi1 trunc(lshr(x,c))) -> icmp_eq(and(x,c')) tests for vectors with undef elements

Suggested on D83035




More information about the All-commits mailing list