This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56d588a Mention that the Sphinx docs build wants version 1.5 or later new 1f1cffb Fix UB found by -Wtautological-undefined-compare new b4a2b00 Add missing updated test from VN coercion changes. Instructio [...] new f6fa4ce [AMDGPU] Run always inliner early in opt
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/AMDGPUTargetMachine.cpp | 1 + lib/Transforms/Utils/InlineFunction.cpp | 7 +++---- test/CodeGen/AMDGPU/early-inline-alias.ll | 12 ++++++++++++ test/CodeGen/AMDGPU/early-inline.ll | 21 +++++++++++++++++++++ test/Transforms/GVN/invariant.group.ll | 6 +++--- 5 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AMDGPU/early-inline-alias.ll create mode 100644 test/CodeGen/AMDGPU/early-inline.ll