This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c26d96 [ADT] Add relation operators for Optional new 828990c Fix PR 28933 new da956b9 Revert rL278384 which caused several buildbot failures (like [...] new 2daf966 AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32 new c9f97fc Move GVNHoist tests into their own directory since it is a se [...] new fe3eab2 Fix type truncation warnings
The 5 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: include/llvm/IR/IntrinsicsAMDGPU.td | 4 ++ include/llvm/LTO/Config.h | 4 +- include/llvm/LTO/LTO.h | 10 ++-- include/llvm/LTO/LTOBackend.h | 3 +- include/llvm/Target/TargetInstrInfo.h | 5 +- lib/LTO/LTO.cpp | 16 +++--- lib/LTO/LTOBackend.cpp | 11 ++-- lib/Target/AMDGPU/SIInstrInfo.td | 1 + lib/Target/AMDGPU/SIInstructions.td | 5 ++ lib/Transforms/Scalar/GVNHoist.cpp | 16 ++++-- test/CodeGen/AMDGPU/v_cvt_pk_u8_f32.ll | 60 ++++++++++++++++++++++ test/CodeGen/X86/MachineSink-SubReg.ll | 37 ------------- test/Transforms/{GVN => GVNHoist}/hoist-call.ll | 0 .../{GVN => GVNHoist}/hoist-convergent.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-md.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll | 0 test/Transforms/GVNHoist/hoist-pr28933.ll | 21 ++++++++ .../{GVN => GVNHoist}/hoist-recursive-geps.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist.ll | 0 22 files changed, 128 insertions(+), 65 deletions(-) create mode 100644 test/CodeGen/AMDGPU/v_cvt_pk_u8_f32.ll rename test/Transforms/{GVN => GVNHoist}/hoist-call.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-convergent.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-md.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll (100%) create mode 100644 test/Transforms/GVNHoist/hoist-pr28933.ll rename test/Transforms/{GVN => GVNHoist}/hoist-recursive-geps.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist.ll (100%)