[all-commits] [llvm/llvm-project] 0c8d3d: [AggressiveInstCombine] Fold strcmp for short stri...

Maksim Kita via All-commits all-commits at lists.llvm.org
Thu Jul 27 08:45:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c8d3db5d27701cfab4665e52c53c83673f069d5
      https://github.com/llvm/llvm-project/commit/0c8d3db5d27701cfab4665e52c53c83673f069d5
  Author: Maksim Kita <kitaetoya at gmail.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M llvm/test/Transforms/AggressiveInstCombine/strcmp.ll

  Log Message:
  -----------
  [AggressiveInstCombine] Fold strcmp for short string literals with size 2 tests

Precommit tests for D155743.

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


  Commit: cbfcf90152de5392a36d0a0241eef25f5e159eef
      https://github.com/llvm/llvm-project/commit/cbfcf90152de5392a36d0a0241eef25f5e159eef
  Author: Maksim Kita <kitaetoya at gmail.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
    M llvm/test/Transforms/AggressiveInstCombine/strcmp.ll

  Log Message:
  -----------
  [AggressiveInstCombine] Fold strcmp for short string literals with size 2

Fold strcmp for short string literals with size 2.
Depends D155742.

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


Compare: https://github.com/llvm/llvm-project/compare/0e4c5cc56c14...cbfcf90152de


More information about the All-commits mailing list