This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 921e2ae Fix windows build bot failure new 6be2be5 The patch fixes r271071 Summary: unused variables in Release [...] new 14cb586 AMDGPU: Add fract intrinsic
The 2 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 | 7 ++++ lib/Target/AMDGPU/CIInstructions.td | 19 ---------- lib/Target/AMDGPU/SIISelLowering.cpp | 4 ++ lib/Target/AMDGPU/SIInstructions.td | 34 ++++++++--------- lib/Transforms/Scalar/LoopUnrollPass.cpp | 7 ++-- test/CodeGen/AMDGPU/fract.f64.ll | 65 +++++++++++++++++++++++++++----- test/CodeGen/AMDGPU/fract.ll | 60 ++++++++++++++++++----------- test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll | 24 ++++++++++++ 8 files changed, 149 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll