[PATCH] D151794: [LoongArch] Add sign extension for i32 parameters and returns.
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 03:28:04 PDT 2023
xen0n added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetLibraryInfo.h:415
}
// Mips and riscv64, on the other hand, needs signext on i32 parameters
// corresponding to both signed and unsigned ints.
----------------
The comment should be tweaked accordingly too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151794/new/
https://reviews.llvm.org/D151794
More information about the llvm-commits
mailing list