This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ae6343009e GlobalISel: Support fewerElementsVector for icmp/fcmp new 7216dfe791b [HotColdSplit] Split more aggressively before/after cold invokes new 03b0e5dcc51 [HotColdSplit] Describe the pass in more detail, NFC new 5a3235419cd AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul
The 3 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/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 5 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 + lib/Transforms/IPO/HotColdSplitting.cpp | 117 +++++++++++++-------- test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir | 26 ++++- test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir | 40 +++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir | 40 +++++++ ...gbankselect-add.mir => regbankselect-smulh.mir} | 32 +++--- ...gbankselect-add.mir => regbankselect-umulh.mir} | 32 +++--- test/Transforms/HotColdSplit/eh-pads.ll | 31 ++++++ 10 files changed, 249 insertions(+), 79 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-add.mir => regbankselect-smulh. [...] copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-add.mir => regbankselect-umulh. [...]