[all-commits] [llvm/llvm-project] 4b1525: [InstCombine] Add test showing failure to fold (ic...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Feb 10 05:21:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b1525b964406261e8ecf6786c3042bea9d719aa
      https://github.com/llvm/llvm-project/commit/4b1525b964406261e8ecf6786c3042bea9d719aa
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/min-positive.ll

  Log Message:
  -----------
  [InstCombine] Add test showing failure to fold (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0) with smin intrinsic

Noticed while reviewing regressions from D98152




More information about the All-commits mailing list