[all-commits] [llvm/llvm-project] 0ad590: [InstCombine] Don't combine smul of i1 type consta...

luxufan via All-commits all-commits at lists.llvm.org
Tue Jan 17 06:05:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ad5909958157c72db861b2b4b46a504c1a76ca4
      https://github.com/llvm/llvm-project/commit/0ad5909958157c72db861b2b4b46a504c1a76ca4
  Author: luxufan <luxufan at iscas.ac.cn>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

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

  Log Message:
  -----------
  [InstCombine] Don't combine smul of i1 type constant one

Fixes: https://github.com/llvm/llvm-project/issues/59876

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D141214




More information about the All-commits mailing list