This is no-functional-change-intended because only the x86 target enables the TLI hook currently.
We can add fmul/fdiv opcodes to the switch similar to the proposal D119111, but we don't need to make other changes like enabling target-specific combines.
We can also add integer opcodes (add, or, shl, etc.) to the switch because this function is called from all of the generic binary opcodes.
Add comment doxygen