[all-commits] [llvm/llvm-project] eaaa31: [RISCV][TargetLowering] Special case overflow expa...

Kai Wang via All-commits all-commits at lists.llvm.org
Mon May 2 20:53:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eaaa31ff2c2bc218802778a19fefa9d4256d9745
      https://github.com/llvm/llvm-project/commit/eaaa31ff2c2bc218802778a19fefa9d4256d9745
  Author: Hsiangkai Wang <hsiangkai at google.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV][TargetLowering] Special case overflow expansion for (uaddo X, C).

Follow-up to D122933.

Differential Revision: https://reviews.llvm.org/D124374


  Commit: 3baff808044722aacdb8e80258333855f12c9325
      https://github.com/llvm/llvm-project/commit/3baff808044722aacdb8e80258333855f12c9325
  Author: Hsiangkai Wang <hsiangkai at google.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/xaluo.ll

  Log Message:
  -----------
  [RISCV] Precommit test cases for (uaddo X, C)

Differential Revision: https://reviews.llvm.org/D124602


Compare: https://github.com/llvm/llvm-project/compare/72a66358f6b7...3baff8080447


More information about the All-commits mailing list