matthias-springer wrote:
@kuhar Here we have a problem:
```
func.func @foo() {
if ... {
spirv.Kill
}
ub.unreachable
}
```We would erase the `spriv.Kill` operation. https://github.com/llvm/llvm-project/pull/179104 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
