[NFC][TLI] Move `isLoadBitCastBeneficial()` implementation into source file
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 30 Dec 2022 23:07:50 +0000 (02:07 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 30 Dec 2022 23:07:50 +0000 (02:07 +0300)
commit603e8490729e477680f0bc8284e136ceeb66e7f4
treeb7ccd8347f4631a7537b4c8b42c0f0d886b3fed7
parente4d25a9c234b1501bc4ac01f4e40d75f6ebee172
[NFC][TLI] Move `isLoadBitCastBeneficial()` implementation into source file

... so any change to it does not cause 700 source files to be recompiled.
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/TargetLoweringBase.cpp