This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29b3914a49d GlobalISel: Correct example PartialMapping table new 5547f9f07e6 AMDGPU/GlobalISel: RegBankSelect for some fp ops
The 1 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 | 7 +++++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 4 +++ .../AMDGPU/GlobalISel/legalize-intrinsic-round.mir | 25 +++++++++++++++++ .../AMDGPU/GlobalISel/legalize-intrinsic-trunc.mir | 25 +++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-fexp2.mir | 31 ++++++++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-flog2.mir | 31 ++++++++++++++++++++++ .../GlobalISel/regbankselect-intrinsic-round.mir | 31 ++++++++++++++++++++++ .../GlobalISel/regbankselect-intrinsic-trunc.mir | 31 ++++++++++++++++++++++ 8 files changed, 185 insertions(+) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-trunc.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-fexp2.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-flog2.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-intrinsic-round.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-intrinsic-trunc.mir