rust/compiler/rustc_target/src
Dylan DPC 69e45d73b9
Rollup merge of #95740 - Amanieu:kreg0, r=nagisa
asm: Add a kreg0 register class on x86 which includes k0

Previously we only exposed a kreg register class which excludes the k0
register since it can't be used in many instructions. However k0 is a
valid register and we need to have a way of marking it as clobbered for
clobber_abi.

Fixes #94977
2022-04-19 22:57:39 +02:00
..
abi couple of clippy::complexity fixes 2022-04-13 22:51:34 +02:00
asm asm: Add a kreg0 register class on x86 which includes k0 2022-04-19 17:14:23 +02:00
spec Cleanup after some refactoring in rustc_target 2022-04-03 21:29:57 +02:00
lib.rs Clarify Layout interning. 2022-03-07 13:41:47 +11:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00