about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/base.rs
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-04-06 20:41:12 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2022-04-19 17:14:23 +0200
commitb2bc46938c123214d36c1463e23810c13e0293b4 (patch)
tree592d423b4690cc466fd9d60dd1b52216635574fb /compiler/rustc_codegen_llvm/src/base.rs
parent634770c0a7f8598164ab825cfe419cc8b03c36e5 (diff)
downloadrust-b2bc46938c123214d36c1463e23810c13e0293b4.tar.gz
rust-b2bc46938c123214d36c1463e23810c13e0293b4.zip
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/base.rs')
0 files changed, 0 insertions, 0 deletions