This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 009ed30f633 [NFC] Rename map to make the naming consistent new 2550ec0d3b7 Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIG [...] new c5079f070c6 [Hexagon][Test] Remove undef and infinite loop from test new 3b98b95f4a9 [NFC][CodeGen][SelectionDAG] Tests for X % C == 0 codegen i [...]
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: CMakeLists.txt | 4 +- cmake/modules/AddLLVM.cmake | 12 +- cmake/modules/CMakeLists.txt | 2 +- test/CodeGen/AArch64/urem-seteq-optsize.ll | 41 +++++ test/CodeGen/AArch64/urem-seteq.ll | 153 ++++++++++++++++++ test/CodeGen/Hexagon/swp-const-tc2.ll | 6 +- test/CodeGen/X86/urem-seteq-optsize.ll | 81 ++++++++++ test/CodeGen/X86/urem-seteq.ll | 248 +++++++++++++++++++++++++++++ tools/xcode-toolchain/CMakeLists.txt | 2 +- 9 files changed, 536 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/AArch64/urem-seteq-optsize.ll create mode 100644 test/CodeGen/AArch64/urem-seteq.ll create mode 100644 test/CodeGen/X86/urem-seteq-optsize.ll create mode 100644 test/CodeGen/X86/urem-seteq.ll