This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db3759c68a8 AMDGPU/GlobalISel: Legalize s16 add/sub/mul new 17d7fd53f6d AMDGPU/GlobalISel: Add tests for add legalization new 3871c498921 [X86] Avoid SFB - Fix inconsistent codegen with/without deb [...] new f55969cbd1f AMDGPU/GlobalISel: Lower SALU min/max to cmp+select
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/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 47 ++++- lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 4 + test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir | 87 ++++++++ .../AMDGPU/GlobalISel/regbankselect-smax.mir | 84 ++++++-- .../AMDGPU/GlobalISel/regbankselect-smin.mir | 84 ++++++-- .../AMDGPU/GlobalISel/regbankselect-umax.mir | 84 ++++++-- .../AMDGPU/GlobalISel/regbankselect-umin.mir | 84 ++++++-- ...-g-no-change.mir => avoid-sfb-g-no-change2.mir} | 138 ++++++------- test/CodeGen/X86/avoid-sfb-g-no-change3.mir | 223 +++++++++++++++++++++ 9 files changed, 668 insertions(+), 167 deletions(-) copy test/CodeGen/X86/{avoid-sfb-g-no-change.mir => avoid-sfb-g-no-change2.mir} (64%) create mode 100644 test/CodeGen/X86/avoid-sfb-g-no-change3.mir