diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-08-20 05:08:35 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-08-20 05:08:35 +0000 |
| commit | bd9e7af0fa66bd81b14586d0e7084e1afdee8424 (patch) | |
| tree | 0afec8e5357bcdf55433a8f65c4a9f89dbaff4b3 /compiler/rustc_codegen_llvm/src/context.rs | |
| parent | e5072f0e51fc9dcaf59e9902fdc11ef3cb1f6c67 (diff) | |
| parent | fdf61d499c8a8421ecf98e7924bb87caf43a9938 (diff) | |
| download | rust-bd9e7af0fa66bd81b14586d0e7084e1afdee8424.tar.gz rust-bd9e7af0fa66bd81b14586d0e7084e1afdee8424.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/context.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/context.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/context.rs b/compiler/rustc_codegen_llvm/src/context.rs index dd3f39ecead..1fd9f9e8116 100644 --- a/compiler/rustc_codegen_llvm/src/context.rs +++ b/compiler/rustc_codegen_llvm/src/context.rs @@ -1000,8 +1000,10 @@ impl<'ll> CodegenCx<'ll, '_> { ifn!("llvm.is.constant.i64", fn(t_i64) -> i1); ifn!("llvm.is.constant.i128", fn(t_i128) -> i1); ifn!("llvm.is.constant.isize", fn(t_isize) -> i1); + ifn!("llvm.is.constant.f16", fn(t_f16) -> i1); ifn!("llvm.is.constant.f32", fn(t_f32) -> i1); ifn!("llvm.is.constant.f64", fn(t_f64) -> i1); + ifn!("llvm.is.constant.f128", fn(t_f128) -> i1); ifn!("llvm.is.constant.ptr", fn(ptr) -> i1); ifn!("llvm.expect.i1", fn(i1, i1) -> i1); |
