| Issue |
167694
|
| Summary |
[X86] Failure to handle bf16 strict_sqrt
|
| Labels |
backend:X86,
crash-on-valid
|
| Assignees |
|
| Reporter |
RKSimon
|
```
define <8 x bfloat> @strict_fsqrt(<8 x bfloat> %a) strictfp {
%sqrt = call <8 x bfloat> @llvm.experimental.constrained.sqrt.v8bf16(
<8 x bfloat> %a,
metadata !"round.dynamic",
metadata !"fpexcept.strict") #0
ret <8 x bfloat > %sqrt
}
```
Noticed while working on tests for #165682 / #167692
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs