This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 193e898f75b [DivRempairs] add a pass to optimize div/rem pairs (PR31028) new 2d82e741fe7 [DivRemPairs] split tests per target to account for bots th [...] new 491dc19ec45 [CMake] Update GetSVN.cmake to handle repo
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: cmake/modules/GetSVN.cmake | 2 +- .../DivRemPairs/PowerPC/div-rem-pairs.ll | 303 +++++++++++++++++ .../DivRemPairs}/PowerPC/lit.local.cfg | 0 test/Transforms/DivRemPairs/X86/div-rem-pairs.ll | 297 +++++++++++++++++ .../DivRemPairs}/X86/lit.local.cfg | 0 test/Transforms/DivRemPairs/div-rem-pairs.ll | 364 --------------------- 6 files changed, 601 insertions(+), 365 deletions(-) create mode 100644 test/Transforms/DivRemPairs/PowerPC/div-rem-pairs.ll copy test/{Analysis/CostModel => Transforms/DivRemPairs}/PowerPC/lit.local.cfg (100%) create mode 100644 test/Transforms/DivRemPairs/X86/div-rem-pairs.ll copy test/{Analysis/CostModel => Transforms/DivRemPairs}/X86/lit.local.cfg (100%) delete mode 100644 test/Transforms/DivRemPairs/div-rem-pairs.ll