[all-commits] [llvm/llvm-project] 55ac65: llvm-reduce: Do not delete convergencectrl in oper...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Apr 1 18:48:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55ac652745c6ec94477b1862018f477748faad15
      https://github.com/llvm/llvm-project/commit/55ac652745c6ec94477b1862018f477748faad15
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-operand-bundles-convergencectrl.ll
    M llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp

  Log Message:
  -----------
  llvm-reduce: Do not delete convergencectrl in operand-bundles (#133858)

The IR verifier will fail if there are any convergent calls without
a convergencectrl bundle, if there are any convergencectrl bundles.

With the current verifier rules, we would need to drop all the instances
of convergencectrl in the function as a set, and strip all the
convergence
token intrinsics. As such, I think it would be more appropriate to have
a
separate convergence reduction pass.



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