[all-commits] [llvm/llvm-project] 187825: [mlir][spirv] Update verifier for `spirv.mlir.merg...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Sat Mar 29 00:35:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1878259c3960daeee91e2c95d487514d9e2984a4
      https://github.com/llvm/llvm-project/commit/1878259c3960daeee91e2c95d487514d9e2984a4
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-03-29 (Sat, 29 Mar 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVControlFlowOps.td
    M mlir/lib/Dialect/SPIRV/IR/ControlFlowOps.cpp
    M mlir/test/Dialect/SPIRV/IR/control-flow-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Update verifier for `spirv.mlir.merge` (#133427)

- Moves the verification logic to the `verifyRegions` method of the
parent operation.
- Fixes a crash during verification when the last block lacks a
terminator.

Fixes #132850.



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