[clang] [flang] [llvm] CodeGen: Remove TargetOptions::FloatABIType (PR #215796)

Mikael Holmen via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 02:06:25 PDT 2026


mikaelholmen wrote:

I noticed that with this patch llvm complains about llvm-stress generated output, e.g.
```
llvm-stress -size 300 -seed 17184 | llc -march=x86-64 -mcpu=corei7 -o /dev/null
```
fails with
```
error: no libcall available for frem
```
Is that as expected?


https://github.com/llvm/llvm-project/pull/215796


More information about the cfe-commits mailing list