[all-commits] [llvm/llvm-project] 672c51: [SDAG][tests] add some test cases covering an add-...

Alex MacLean via All-commits all-commits at lists.llvm.org
Wed Mar 26 09:47:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 672c51c9cba82c2a316c3199b399bfcfec217f87
      https://github.com/llvm/llvm-project/commit/672c51c9cba82c2a316c3199b399bfcfec217f87
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2025-03-26 (Wed, 26 Mar 2025)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/rotate-add.ll
    A llvm/test/CodeGen/ARM/rotate-add.ll
    A llvm/test/CodeGen/NVPTX/rotate-add.ll
    A llvm/test/CodeGen/X86/rotate-add.ll

  Log Message:
  -----------
  [SDAG][tests] add some test cases covering an add-based rotate (#132842)

Add tests to various targets covering rotate idioms where an 'ADD' node
is used to combine the halves instead of an 'OR'. Some of these cases
will be better optimized following #125612, while others are already
well optimized or do not have a valid fold to a rotate or funnel-shift.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list