[all-commits] [llvm/llvm-project] ac03e3: [RISCV] Use 'long' in aes64 Zknd/Zkne builtin test...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jul 6 01:14:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac03e3f51c271b985efeb0fe6b9782cd6928be33
      https://github.com/llvm/llvm-project/commit/ac03e3f51c271b985efeb0fe6b9782cd6928be33
  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-zknd-zkne.c
    M clang/test/CodeGen/RISCV/rvk-intrinsics/riscv64-zknd.c
    M clang/test/CodeGen/RISCV/rvk-intrinsics/riscv64-zkne.c

  Log Message:
  -----------
  [RISCV] Use 'long' in aes64 Zknd/Zkne 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: kito-cheng

Differential Revision: https://reviews.llvm.org/D154572




More information about the All-commits mailing list