[all-commits] [llvm/llvm-project] 56a1c6: [PhaseOrdering][AArch64] add test for mul-with-ove...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Tue Aug 9 10:01:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56a1c61ad1549a4a7d5bbdf6d3a8431267695ddc
      https://github.com/llvm/llvm-project/commit/56a1c61ad1549a4a7d5bbdf6d3a8431267695ddc
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    A llvm/test/Transforms/PhaseOrdering/AArch64/mul-ov.ll

  Log Message:
  -----------
  [PhaseOrdering][AArch64] add test for mul-with-overflow; NFC

Reduced from issue #56403


  Commit: 6bfe5361b7d92a316544f69e6f01ddd3840344b9
      https://github.com/llvm/llvm-project/commit/6bfe5361b7d92a316544f69e6f01ddd3840344b9
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

  Log Message:
  -----------
  [InstCombine] add helper function for extract of with-overflow-intrinsic; NFC

We can do more with these patterns, so this block is going to grow.


Compare: https://github.com/llvm/llvm-project/compare/205701fd4753...6bfe5361b7d9


More information about the All-commits mailing list