This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d1bf1e83362 [MachineOutliner] Add always and never options to -enable-m [...] new 0e1a98e2552 [AMDGPU] Enable LICM in the BE pipeline
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/AMDGPUTargetMachine.cpp | 1 + test/CodeGen/AMDGPU/amdpal_scratch_mergedshader.ll | 2 +- test/CodeGen/AMDGPU/collapse-endcf.ll | 2 +- test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 12 +- test/CodeGen/AMDGPU/idiv-licm.ll | 249 +++++++++++++++++++++ test/CodeGen/AMDGPU/infinite-loop.ll | 19 +- test/CodeGen/AMDGPU/multilevel-break.ll | 2 +- test/CodeGen/AMDGPU/si-annotate-cf.ll | 34 +-- test/CodeGen/AMDGPU/smrd.ll | 1 + 9 files changed, 290 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AMDGPU/idiv-licm.ll