This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1faffeed219 AMDGPU/GlobalISel: Legalize some f16 operations new 4bafedb149f AMDGPU/GlobalISel: Legalize fsqrt new e1e72411f55 [InstrProf] Avoid reconstructing Triple, NFC
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 + lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 + lib/Transforms/Instrumentation/InstrProfiling.cpp | 32 ++- .../{legalize-fabs.mir => legalize-fsqrt.mir} | 256 +++++++++++---------- ...bankselect-fabs.mir => regbankselect-fsqrt.mir} | 20 +- 5 files changed, 167 insertions(+), 154 deletions(-) copy test/CodeGen/AMDGPU/GlobalISel/{legalize-fabs.mir => legalize-fsqrt.mir} (54%) copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-fabs.mir => regbankselect-fsqrt [...]