[all-commits] [llvm/llvm-project] 7073ec: [InstCombine] canonicalize more zext-and-of-bool c...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Sat Jul 30 08:44:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7073ec530e556afd2074018cca9e9c9ee484dbee
      https://github.com/llvm/llvm-project/commit/7073ec530e556afd2074018cca9e9c9ee484dbee
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

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

  Log Message:
  -----------
  [InstCombine] canonicalize more zext-and-of-bool compare to narrow and

https://alive2.llvm.org/ce/z/vBNiiM

This matches variants of patterns that were folded with:
b5a9361c90ca




More information about the All-commits mailing list