Skip to content

[mlir] SEGV --test-bytecode-roundtrip=test-kind=4 #163337

@YuanchengJiang

Description

@YuanchengJiang

PoC:

spirv.module Logical GLSL450 {
    spirv.func @callee() -> () "None" {
      spirv.Kill
    }
    spirv.func @do_not_inline_kill() -> () "None" {
      spirv.FunctionCall @callee() : () -> ()
      spirv.Return
    }
  }
  func.func @fusion_bridge_698938439() -> i32 {
    %c = arith.constant 0 : i32
    return %c : i32
  }
  %fusion_tmp = func.call @fusion_bridge_698938439() : () -> i32
  "test.versionedC"() <{attribute = #test.attr_params<42, 24>}> : () -> ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    crashPrefer [crash-on-valid] or [crash-on-invalid]mlir

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions