Files
rust/compiler/rustc_codegen_llvm/src
Matthias Krüger 6f24836a5b Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errors
Avoid ICE when is_val_statically_known is not of a supported type

2 ICE with 1 stone!
1. Implement `llvm.is.constant.ptr` to avoid first ICE in linked issue.
2. return `false` when the argument is not one of `i*`/`f*`/`ptr` to avoid second ICE.

fixes #120480
2024-02-03 22:25:14 +01:00
..
2024-01-30 15:46:40 +00:00
2024-01-30 15:46:40 +00:00
2023-12-31 15:27:43 +08:00
2024-01-18 10:46:03 +00:00
2024-01-25 14:01:33 +00:00
2023-11-23 14:11:02 +03:00