[all-commits] [llvm/llvm-project] 8f0357: [AMDGPU] Add regression test for wave.reduce const...

carlobertolli via All-commits all-commits at lists.llvm.org
Wed May 27 10:47:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f03570e7d047bb83c77421360b831f366e7dcea
      https://github.com/llvm/llvm-project/commit/8f03570e7d047bb83c77421360b831f366e7dcea
  Author: carlobertolli <carlo.bertolli at amd.com>
  Date:   2026-05-27 (Wed, 27 May 2026)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.add.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.xor.ll

  Log Message:
  -----------
  [AMDGPU] Add regression test for wave.reduce constant folding. (#198673)

Ensure wave.reduce.xor, wave.reduce.add, and wave.reduce.sub with
constant operands are not folded to the input value, since their results
depend on the number of active lanes at runtime.

Assisted-by: Cursor (Claude)



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