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