This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3617a1a7881 [X86] Return UNDEF from LowerScalarImmediateShift when the [...] new 445646bd2f3 [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLi [...] new 9f714c58c4d [x86] try to keep FP casted+truncated+extracted vector elem [...] new 9aa5131c1da AMDGPU/GlobalISel: Select llvm.amdgcn.end.cf
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/AMDGPUInstructionSelector.cpp | 14 ++++++++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 5 +++ lib/Target/X86/X86ISelLowering.cpp | 39 ++++++++++++++++++++++ lib/ToolDrivers/llvm-lib/CMakeLists.txt | 3 ++ .../AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i32.ll | 39 ++++++++++++++++++++++ .../AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll | 36 ++++++++++++++++++++ test/CodeGen/X86/known-bits-vector.ll | 5 ++- test/CodeGen/X86/known-signbits-vector.ll | 29 ++++++++-------- 8 files changed, 151 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i32.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll