[all-commits] [llvm/llvm-project] 9595f0: [compiler-rt][builtins] Use explicitly-sized integ...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Sun Jan 30 10:15:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9595f0051000fdf64dd2780b40149aa7f9aad273
https://github.com/llvm/llvm-project/commit/9595f0051000fdf64dd2780b40149aa7f9aad273
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M compiler-rt/lib/builtins/floatsisf.c
M compiler-rt/lib/builtins/floatsitf.c
M compiler-rt/lib/builtins/floatunsisf.c
M compiler-rt/lib/builtins/floatunsitf.c
M compiler-rt/test/builtins/Unit/floatditf_test.c
M compiler-rt/test/builtins/Unit/floatsitf_test.c
M compiler-rt/test/builtins/Unit/floatunditf_test.c
M compiler-rt/test/builtins/Unit/floatunsitf_test.c
Log Message:
-----------
[compiler-rt][builtins] Use explicitly-sized integer types for LibCalls
Use s[iu]_int instead of `(unsigned) int` and d[ui]_int instead of
`(unsigned) long long` for LibCall arguments.
Note: the `*vfp` LibCall versions were NOT touched.
Reviewed By: aykevl
Differential Revision: https://reviews.llvm.org/D86546
More information about the All-commits
mailing list