[all-commits] [llvm/llvm-project] f4e9df: [InstCombine] Add test for missed select fold due ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Feb 22 08:57:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4e9df22b5c59692f79fb4d5f9da07d139f6d5aa
      https://github.com/llvm/llvm-project/commit/f4e9df22b5c59692f79fb4d5f9da07d139f6d5aa
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

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

  Log Message:
  -----------
  [InstCombine] Add test for missed select fold due to one use limitation (NFC)

The eq sub zero fold currently has an artificial one-use limitation,
causing us to miss this fold.




More information about the All-commits mailing list