[all-commits] [llvm/llvm-project] 966a2f: Propagate Constants for Wave Reduction Intrinsics

Aaditya via All-commits all-commits at lists.llvm.org
Mon Jul 28 02:59:30 PDT 2025


  Branch: refs/heads/users/easyonaadit/amdgpu/constant-propogation-for-wave-reduce
  Home:   https://github.com/llvm/llvm-project
  Commit: 966a2f2d5a8d555a910ceb543be07e57a4ae1af2
      https://github.com/llvm/llvm-project/commit/966a2f2d5a8d555a910ceb543be07e57a4ae1af2
  Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.add.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.and.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.max.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.min.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.or.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.sub.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.xor.ll
    M llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/wave.reduce.ll

  Log Message:
  -----------
  Propagate Constants for Wave Reduction Intrinsics


  Commit: 94d47a95a9ee427bbd736e07147dfbe2b1b03217
      https://github.com/llvm/llvm-project/commit/94d47a95a9ee427bbd736e07147dfbe2b1b03217
  Author: Aaditya <Aaditya.AlokDeshpande at amd.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.add.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.and.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.max.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.min.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.or.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.sub.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.umax.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.umin.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.xor.ll

  Log Message:
  -----------
  Remove redundant test cases.


Compare: https://github.com/llvm/llvm-project/compare/80bb1b54f9d4...94d47a95a9ee

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