[all-commits] [llvm/llvm-project] a8a6a4: [RISCV] Use 'long' in sha512 builtin tests. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jul 6 07:37:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8a6a4947439766355fb7e3dd81947d7f54f687a
https://github.com/llvm/llvm-project/commit/a8a6a4947439766355fb7e3dd81947d7f54f687a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M clang/test/CodeGen/RISCV/rvk-intrinsics/riscv64-zknh.c
Log Message:
-----------
[RISCV] Use 'long' in sha512 builtin tests. NFC
This matches the data type of the intrinsics. This case be seen
from the removal of sext and trunc instructions from the IR.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D154577
More information about the All-commits
mailing list