[all-commits] [llvm/llvm-project] c00ee4: llvm-reduce: Do not delete convergencectrl in oper...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 31 22:12:24 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/ignore-convergencectrl-operand-bundles
Home: https://github.com/llvm/llvm-project
Commit: c00ee45b9d063c2b767946af664b51b5c36ee993
https://github.com/llvm/llvm-project/commit/c00ee45b9d063c2b767946af664b51b5c36ee993
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-01 (Tue, 01 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
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