[all-commits] [llvm/llvm-project] 25a592: [MLIR][NVVM] Update redux.sync op (#166125)

Srinivasa Ravi via All-commits all-commits at lists.llvm.org
Mon Nov 3 23:21:20 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25a592cc63f0a252b8ae980271d0767a342a0a77
      https://github.com/llvm/llvm-project/commit/25a592cc63f0a252b8ae980271d0767a342a0a77
  Author: Srinivasa Ravi <srinivasar at nvidia.com>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
    M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
    A mlir/test/Target/LLVMIR/nvvm/redux-sync-invalid.mlir

  Log Message:
  -----------
  [MLIR][NVVM] Update redux.sync op (#166125)

This change:
- Updates the `redux.sync` NVVM Op input and output type constraints.
- Adds a verifier for the Op to prevent stack dumps and hitting
  `llvm_unreachable` in certain invalid usage scenarios.
  Instead, we gracefully error out with an informative
  message now.



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