[all-commits] [llvm/llvm-project] 8ab771: [clang][RISCV] Make the index of riscv_tuple_extra...
Brandon Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 8 08:29:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ab77184dde2583950fc6e4886ff526e7e598f7e
https://github.com/llvm/llvm-project/commit/8ab77184dde2583950fc6e4886ff526e7e598f7e
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
A clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-utils.c
Log Message:
-----------
[clang][RISCV] Make the index of riscv_tuple_extract and riscv_tuple_insert be truncated rather than zero extended (#111466)
It's illegal if the index is 64 bits and is zero-extend to 32 bits.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list