This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 799ecd6eba4 [X86] Remove the _alt forms of AVX512 VPCMP instructions. U [...] new c90650685f3 [ValueTracking] Use ConstantRange overflow check for signed [...] new 5a0b364cb70 [ConstantRange] Add assertion for KnownBits validity; NFC new 2066fb5fc91 AMDGPU: Partially fix default device for HSA
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/Analysis/ValueTracking.cpp | 56 ++++------------------ lib/IR/ConstantRange.cpp | 2 + lib/Support/TargetParser.cpp | 10 ++-- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 4 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +- lib/Target/AMDGPU/GCNProcessors.td | 4 ++ test/Analysis/CostModel/AMDGPU/fdiv.ll | 4 +- .../AMDGPU/flat-error-unsupported-gpu-hsa.ll | 15 ++++++ test/CodeGen/AMDGPU/lower-kernargs.ll | 5 +- 9 files changed, 45 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll