This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10df7e9 cmake: Enable the lto cache when building with -flto=thin on darwin new 9488f1f Don't claim the udiv created in BypassSlowDivision is exact. new f644e7b Don't leave unused divs/rems sitting around in BypassSlowDivision. new 30c499d [NVPTX] Compute 'rem' using the result of 'div', if possible.
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/NVPTX/NVPTXISelLowering.cpp | 36 +++++++ lib/Transforms/Utils/BypassSlowDivision.cpp | 11 +- test/CodeGen/NVPTX/divrem-combine.ll | 112 +++++++++++++++++++++ .../NVPTX/bypass-slow-div-not-exact.ll | 16 +++ .../CodeGenPrepare/NVPTX/bypass-slow-div.ll | 29 ++++++ 5 files changed, 202 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/NVPTX/divrem-combine.ll create mode 100644 test/Transforms/CodeGenPrepare/NVPTX/bypass-slow-div-not-exact.ll create mode 100644 test/Transforms/CodeGenPrepare/NVPTX/bypass-slow-div.ll