[PATCH] D151794: [LoongArch] Add sign extension for i32 parameters and returns.
Limin Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 03:41:54 PDT 2023
Ami-zhang 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.
----------------
xen0n wrote:
> The comment should be tweaked accordingly too.
Done.
Thanks for your reminder.
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