My earlier change r245924 introduced an early return and assertion in FP_TO_INTHelper which only considered the f16, f32, f64 and f80 types. Turns out it also needs to return early for fp128, rather than assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM