[all-commits] [llvm/llvm-project] 1241e7: [AggressiveInstCombine] Fix strncmp inlining (#91204)

Franklin Zhang via All-commits all-commits at lists.llvm.org
Mon May 6 07:04:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1241e7692a466ceb420be2780f1c3e8bbab7d469
      https://github.com/llvm/llvm-project/commit/1241e7692a466ceb420be2780f1c3e8bbab7d469
  Author: Franklin Zhang <zhangfenglei at huawei.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
    M llvm/test/Transforms/AggressiveInstCombine/strncmp-1.ll

  Log Message:
  -----------
  [AggressiveInstCombine] Fix strncmp inlining (#91204)

Fix the issue that `char` constants are converted to `uint64_t` in the
wrong way when doing the inlining.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list