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