about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-08-30 16:56:09 +0530
committerGitHub <noreply@github.com>2022-08-30 16:56:09 +0530
commitc57a932c3f1235d93076a3925b226b9bdb9108fc (patch)
tree95e7eddae0fed6364be846cc415486d4c7d884b9 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent15e2e5185a22207b18d2cbc47a48b39e63e84cd0 (diff)
parent147032a61896db76e97bfde9fa0e711fd5e62b08 (diff)
downloadrust-c57a932c3f1235d93076a3925b226b9bdb9108fc.tar.gz
rust-c57a932c3f1235d93076a3925b226b9bdb9108fc.zip
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.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions