[all-commits] [llvm/llvm-project] b46953: [TTI][X86] Fix the value passed to IsUnsigned for ...

topperc via All-commits all-commits at lists.llvm.org
Sun Mar 29 23:34:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4695351cb4ce1c4450a029a0c226dc8bb5f5d55
      https://github.com/llvm/llvm-project/commit/b4695351cb4ce1c4450a029a0c226dc8bb5f5d55
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-03-29 (Sun, 29 Mar 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/test/Analysis/CostModel/X86/reduce-smax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-smin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umin.ll

  Log Message:
  -----------
  [TTI][X86] Fix the value passed to IsUnsigned for cost modeling of experimental.vector.reduce.smin/smax/umin/umax.

We were passing true for smax/smin and false for umax/umin.




More information about the All-commits mailing list