[all-commits] [llvm/llvm-project] 5742dc: [DirectX][ShaderFlags] Add analysis for `WaveOps` ...

Finn Plummer via All-commits all-commits at lists.llvm.org
Fri Feb 14 10:41:09 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5742dc44e2fb571952990b4226b10476e15ac479
      https://github.com/llvm/llvm-project/commit/5742dc44e2fb571952990b4226b10476e15ac479
  Author: Finn Plummer <50529406+inbelic at users.noreply.github.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILShaderFlags.cpp
    A llvm/test/CodeGen/DirectX/ShaderFlags/wave-ops.ll

  Log Message:
  -----------
  [DirectX][ShaderFlags] Add analysis for `WaveOps` flag (#118140)

- Check each call instruction for a `WaveOp` intrinsic and set the
`WaveOps` flag if this is true for any intrinsic, Done in
DXILShaderFlags.cpp

Resolves #114565



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