[all-commits] [llvm/llvm-project] edf205: [BuildLibCalls] Properly set ABI attributes on arg...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jun 3 15:45:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edf2056ff3730316f376f29d9986c9913b95ceb1
https://github.com/llvm/llvm-project/commit/edf2056ff3730316f376f29d9986c9913b95ceb1
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/test/Transforms/InstCombine/exp2-1.ll
M llvm/test/Transforms/InstCombine/pow_fp_int.ll
M llvm/test/Transforms/InstCombine/pow_fp_int16.ll
M llvm/test/Transforms/InstCombine/simplify-libcalls.ll
Log Message:
-----------
[BuildLibCalls] Properly set ABI attributes on arguments
Some floating point lib calls have ABI attributes that need to be set on
the caller. Found via D103412.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D103415
More information about the All-commits
mailing list