[all-commits] [llvm/llvm-project] 8d93cb: [InstCombine] Precommit tests

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Mar 22 22:10:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d93cbed6e383d5a8b5985f9087cb31ffd5ac7f5
      https://github.com/llvm/llvm-project/commit/8d93cbed6e383d5a8b5985f9087cb31ffd5ac7f5
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

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

  Log Message:
  -----------
  [InstCombine] Precommit tests

This patch precommits tests for:

https://github.com/llvm/llvm-project/issues/60802


  Commit: 0d19e583f1066935de5d0e9c55ee4a4f78649e23
      https://github.com/llvm/llvm-project/commit/0d19e583f1066935de5d0e9c55ee4a4f78649e23
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

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

  Log Message:
  -----------
  [InstCombine] Precommit a test

This patch precommits a test for:

https://github.com/llvm/llvm-project/issues/61183


  Commit: 4524db7316b2db9a999b2894a047799dfb6c5cf6
      https://github.com/llvm/llvm-project/commit/4524db7316b2db9a999b2894a047799dfb6c5cf6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp

  Log Message:
  -----------
  [ARM] Use isNullConstant (NFC)


  Commit: 7bb6d1b32ea9972277201b7651086ab9faffc557
      https://github.com/llvm/llvm-project/commit/7bb6d1b32ea9972277201b7651086ab9faffc557
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp

  Log Message:
  -----------
  [llvm] Skip getAPIntValue (NFC)

ConstantSDNode provides some convenience functions like isZero,
getZExtValue, and isMinSignedValue that are named identically to those
provided by APInt, so we can "skip" getAPIntValue.


Compare: https://github.com/llvm/llvm-project/compare/b3e12beb44dc...7bb6d1b32ea9


More information about the All-commits mailing list