[all-commits] [llvm/llvm-project] 0505fc: [InstCombine] precommit test for D152088(NFC)

Kohei Asano via All-commits all-commits at lists.llvm.org
Mon Jun 5 20:43:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0505fcdccd5dad67d7428016f7f53b061661e74a
      https://github.com/llvm/llvm-project/commit/0505fcdccd5dad67d7428016f7f53b061661e74a
  Author: khei4 <kk.asano.luxy at gmail.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M llvm/test/Transforms/InstCombine/add.ll

  Log Message:
  -----------
  [InstCombine] precommit test for D152088(NFC)
Differential Revision: https://reviews.llvm.org/D152089


  Commit: 116670d192c619e2233e092e210c920d004dbe33
      https://github.com/llvm/llvm-project/commit/116670d192c619e2233e092e210c920d004dbe33
  Author: khei4 <kk.asano.luxy at gmail.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/test/Transforms/InstCombine/add.ll

  Log Message:
  -----------
  [InstCombine] add overflow checking on Add ~X + C --> (C-1) - X
Differential Revision: https://reviews.llvm.org/D152088


Compare: https://github.com/llvm/llvm-project/compare/b1f0cb89c1d0...116670d192c6


More information about the All-commits mailing list