about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTsukasa OI <floss_rust@irq.a4lg.com>2025-09-11 06:26:51 +0000
committerTsukasa OI <floss_rust@irq.a4lg.com>2025-09-11 06:42:10 +0000
commite54cc43867efe10c73a6063ef36fcc5aa8570ffb (patch)
treee8ec80ac2ebd2dce31b4c529d21983d21ffc1fba /compiler/rustc_codegen_llvm/src
parentdcddb4413681a416c5bf7c8c5ad35808f0c86cec (diff)
downloadrust-e54cc43867efe10c73a6063ef36fcc5aa8570ffb.tar.gz
rust-e54cc43867efe10c73a6063ef36fcc5aa8570ffb.zip
RISC-V: "Lower" requirements of `aes64im`
This instruction is incorrectly categorized as the same one as
`aes64ks1i` and `aes64ks2` (that should require `zkne || zknd` but
currently require `zkne && zknd`) but `aes64im` only requires
the Zknd extension.

This commit fixes the category of this intrinsic (lowering the
requirements from the Rust perspective but it does not actually lower
it from the RISC-V perspective).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions