This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa5782c6300 [Tests] Autogen all the LoopPredication tests new 071b5c0eb53 [LoopPred] Delete the old condition expressions if unused new 627d3461481 [NVPTX] Fix the codegen for llvm.round.
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: lib/Target/NVPTX/NVPTXISelLowering.cpp | 104 ++++++++++++++++++++- lib/Target/NVPTX/NVPTXISelLowering.h | 4 + lib/Target/NVPTX/NVPTXInstrInfo.td | 9 -- lib/Transforms/Scalar/LoopPredication.cpp | 5 + test/CodeGen/NVPTX/f16-instructions.ll | 8 +- test/CodeGen/NVPTX/f16x2-instructions.ll | 13 +-- test/CodeGen/NVPTX/math-intrins.ll | 12 ++- test/Transforms/LoopPredication/basic.ll | 30 ------ .../basic_widenable_branch_guards.ll | 50 ---------- test/Transforms/LoopPredication/invariant_load.ll | 1 - test/Transforms/LoopPredication/nested.ll | 9 +- test/Transforms/LoopPredication/profitability.ll | 1 - test/Transforms/LoopPredication/reverse.ll | 6 -- test/Transforms/LoopPredication/visited.ll | 99 -------------------- test/Transforms/LoopPredication/widened.ll | 8 -- 15 files changed, 135 insertions(+), 224 deletions(-)