[all-commits] [llvm/llvm-project] c2ef37: 1

Iris via All-commits all-commits at lists.llvm.org
Mon Apr 21 22:06:13 PDT 2025


  Branch: refs/heads/users/el-ev/combine-divrem
  Home:   https://github.com/llvm/llvm-project
  Commit: c2ef371a904cdd5bbdc504990d107988f0f4aaa4
      https://github.com/llvm/llvm-project/commit/c2ef371a904cdd5bbdc504990d107988f0f4aaa4
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll

  Log Message:
  -----------
  1


  Commit: a09b4acc099d18b1322ceaf96c68c2cc41ad016f
      https://github.com/llvm/llvm-project/commit/a09b4acc099d18b1322ceaf96c68c2cc41ad016f
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
    M llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll

  Log Message:
  -----------
  [SelectionDAG][X86] Fold `sub(x, mul(divrem(x,y)[0], y))` to `divrem(x, y)[1]`


Compare: https://github.com/llvm/llvm-project/compare/1dd8cf1ad61f...a09b4acc099d

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