[all-commits] [llvm/llvm-project] ccf126: [InstCombine] Add tests for X shift (A srem B) -> ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Oct 9 07:36:19 PDT 2020


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

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

  Log Message:
  -----------
  [InstCombine] Add tests for X shift (A srem B) -> X shift (A and B-1) pow2 nonuniform constant vectors




More information about the All-commits mailing list