Dylan DPC c57a932c3f
Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo
Move the cast_float_to_int fallback code to GCC

Now that we require at least LLVM 13, that codegen backend is always
using its intrinsic `fptosi.sat` and `fptoui.sat` conversions, so it
doesn't need the manual implementation. However, the GCC backend still
needs it, so we can move all of that code down there.
2022-08-30 16:56:09 +05:30
..
2022-07-28 09:08:47 +00:00
2022-07-13 17:47:06 -05:00
2022-07-06 06:41:53 +01:00
2022-07-06 06:41:53 +01:00
2022-07-06 06:41:53 +01:00