Files
llvm/clang/lib/CodeGen/Targets
Piyou Chen fa57074d14 [clang][RISCV] support BITINT with mixed-type (#156592)
Implement https://github.com/riscv-non-isa/riscv-elf-psabi-doc/pull/419.

This patch makes the type extension based on the variable type for
BIGINT, rather than using sign extension for all cases.
2025-10-14 15:57:35 +08:00
..