[all-commits] [llvm/llvm-project] acbad5: [InstCombine] [NFC] separate a function foldICmpBi...

ZCBing via All-commits all-commits at lists.llvm.org
Fri May 13 19:57:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: acbad5086af3ab94a59d1428c4116a192c10fb49
      https://github.com/llvm/llvm-project/commit/acbad5086af3ab94a59d1428c4116a192c10fb49
  Author: Chenbing Zheng <Chenbing.Zheng at streamcomputing.com>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h

  Log Message:
  -----------
  [InstCombine] [NFC] separate a function foldICmpBinOpWithConstant

There is a long function foldICmpInstWithConstant,
we can separate a function foldICmpBinOpWithConstant from it.

Reviewed By: spatel

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




More information about the All-commits mailing list