]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #95740 - Amanieu:kreg0, r=nagisa
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 19 Apr 2022 20:57:39 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 20:57:39 +0000 (22:57 +0200)
commit63e9911e56788860fe670265b75df2a8dadbaff2
tree5a9ac1310d84e9db66f07501667aec446a89d020
parent21be9da2099cb3c95ce8b7cef31ab77686775639
parent52cd51f3ec1499b1fe442d3bf300b3079efe3b8d
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
src/asm.rs