Add the counterpart to a similar function for single operands.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
1092 | getUnaryFloatFn.. is this ok? |
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
1092 | It's a poorly named function. It's agnostic about the number of arguments of the function. |
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
1092 | Thanks. Can you rename it as separate NFC patch? |
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | ||
---|---|---|
1092 | 👍 |
getUnaryFloatFn.. is this ok?