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

Iris Shi via All-commits all-commits at lists.llvm.org
Sat Jun 14 19:42:22 PDT 2025


  Branch: refs/heads/users/el-ev/fold-ceil-shift
  Home:   https://github.com/llvm/llvm-project
  Commit: 34b333cfec7094e3fc0ce4843aa024509f8b9025
      https://github.com/llvm/llvm-project/commit/34b333cfec7094e3fc0ce4843aa024509f8b9025
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-15 (Sun, 15 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: 28e3aba67e49cd5bdb6b824b6926eb1d7bca3ad1
      https://github.com/llvm/llvm-project/commit/28e3aba67e49cd5bdb6b824b6926eb1d7bca3ad1
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-15 (Sun, 15 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`


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

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

  Log Message:
  -----------
  add test


  Commit: 0c68968580c13e224a404935c1eaf108fbef9882
      https://github.com/llvm/llvm-project/commit/0c68968580c13e224a404935c1eaf108fbef9882
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-15 (Sun, 15 Jun 2025)

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

  Log Message:
  -----------
  match both or and add


Compare: https://github.com/llvm/llvm-project/compare/943a95ff9558...0c68968580c1

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