Files
rust/compiler/rustc_codegen_ssa/src
Matthias Krüger 7339fc5cec Rollup merge of #152929 - scottmcm:better-alignment-ranges, r=mati865
Tighten the `!range` bounds on alignments in vtables

Right now we're only telling LLVM that they're non-zero, but alignments must be powers of two so can't be more than `isize::MAX+1`.  And we actually never emit anything beyond LLVM's limit of 2²⁹, so outside of 16-bit targets the limit is that.

(Pulled out from rust-lang/rust#152867 which is starting to have too much in it.)
2026-02-21 13:03:28 +01:00
..
2025-11-11 18:55:40 -05:00
2026-02-14 13:47:52 +01:00
2026-02-16 12:24:15 +00:00
2025-09-17 04:46:46 +02:00