[all-commits] [llvm/llvm-project] 1a1aed: [InstCombine] add tests for icmp-gep; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Tue Sep 28 07:03:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a1aed8da8c19fd58a7208be9ab5bf185474392b
      https://github.com/llvm/llvm-project/commit/1a1aed8da8c19fd58a7208be9ab5bf185474392b
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

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

  Log Message:
  -----------
  [InstCombine] add tests for icmp-gep; NFC

We need more coverage for commuted and (un)signed preds to
verify that things behave as expected here. Currently, we
do not transform signed preds or non-inbounds geps.


  Commit: 1f8bead67820ed3e1ad590ae4f49433c3771f86c
      https://github.com/llvm/llvm-project/commit/1f8bead67820ed3e1ad590ae4f49433c3771f86c
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

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

  Log Message:
  -----------
  [InstCombine] reduce code for swapped predicate; NFC


Compare: https://github.com/llvm/llvm-project/compare/2c53215e99cb...1f8bead67820


More information about the All-commits mailing list