redstar wrote:

I can reproduce the failure. The problem is that the CHECK line 

```
// CHECK: [[A_CALL:%[a-zA-Z0-9]+]] = call{{.*}}@_Z6MakeVRffff(
```

assumes that a value is returned. On SystemZ, the return value is passed as 
`sret` argument, and the function itself returns `void`, so the pattern does 
not match.

https://github.com/llvm/llvm-project/pull/92353
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to