This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3f5c43b96f [WebAssembly] Use 'I' multiclass template for br_table (NFC) new 1720133d5c8 RegBankSelect: Fix copy insertion point for terminators new 6a8d6b310bb [WebAssembly] Move CFG-changing passes before RegStackify new 7f47b71ebb3 Fix typos
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/RegBankSelect.cpp | 28 ++-- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 + lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 26 +++ .../WebAssembly/WebAssemblyTargetMachine.cpp | 14 +- test/CodeGen/AMDGPU/GlobalISel/legalize-brcond.mir | 24 +++ .../AMDGPU/GlobalISel/regbankselect-brcond.mir | 179 +++++++++++++++++++++ 6 files changed, 254 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-brcond.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-brcond.mir