Issue 126491
Summary Type error on SIMD native types not caught by compiler
Labels new issue
Assignees
Reporter jfalcou
    @SadiinsoSnowfall and I were cleaning up some more of our SIMD library code and found that code like: 

```c++
auto f(__m128d a, __m128 b) { return a + b; }
```

Compiles when it should fail.

Reproduction :  

https://godbolt.org/z/eE4b4Kdn8
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to