[all-commits] [llvm/llvm-project] efd7fc: pre-commit test

Iris Shi via All-commits all-commits at lists.llvm.org
Fri Jun 13 19:19:36 PDT 2025


  Branch: refs/heads/users/el-ev/fold-ceil-shift
  Home:   https://github.com/llvm/llvm-project
  Commit: efd7fc044832cc6b65ef4153779d6e5f369b18f9
      https://github.com/llvm/llvm-project/commit/efd7fc044832cc6b65ef4153779d6e5f369b18f9
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-14 (Sat, 14 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    A llvm/test/Transforms/InstCombine/ceil-shift.ll

  Log Message:
  -----------
  pre-commit test

[InstCombine] Fold `ceil(X >> C) == 0 -> X == 0`

update test

1

address review comments

rm header

1

1


  Commit: 14eb2e06340c9cc7ce1c6ff6cd1876c88960c138
      https://github.com/llvm/llvm-project/commit/14eb2e06340c9cc7ce1c6ff6cd1876c88960c138
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-14 (Sat, 14 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/test/Transforms/InstCombine/ceil-shift.ll

  Log Message:
  -----------
  [InstCombine] Fold `ceil(X >> C) == 0 -> X == 0`


Compare: https://github.com/llvm/llvm-project/compare/69227c775753...14eb2e06340c

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