[all-commits] [llvm/llvm-project] 489e72: [DAG] computeOverflowForSignedAdd - fix typo in co...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat May 6 06:18:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 489e72867238c8bbff167b7566b3e129f8557634
      https://github.com/llvm/llvm-project/commit/489e72867238c8bbff167b7566b3e129f8557634
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

  Log Message:
  -----------
  [DAG] computeOverflowForSignedAdd - fix typo in comment. NFC.


  Commit: 3fb067f7ba8e7fee66b0740705f4bc767638ccc7
      https://github.com/llvm/llvm-project/commit/3fb067f7ba8e7fee66b0740705f4bc767638ccc7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll
    M llvm/test/CodeGen/X86/combine-add-ssat.ll

  Log Message:
  -----------
  [DAG] visitADDSAT - fold saddsat(x,y) -> add(x,y) if it never overflows

Extend existing uaddsat(x,y) fold


Compare: https://github.com/llvm/llvm-project/compare/6ab43f9b87ce...3fb067f7ba8e


More information about the All-commits mailing list