This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6984e5d0f61 gn build: BUILD.gn files for clang-tidy and clang-apply-rep [...] new e7ec86a9c3d [AArch64][x86] add tests for unsigned subtract with overflow; NFC new 66802c59207 [CGP] add test for unsigned subtract of 1 with overflow; NFC
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: test/CodeGen/AArch64/cgp-usubo.ll | 197 ++++++++++++++++++++ test/CodeGen/X86/cgp-usubo.ll | 205 +++++++++++++++++++++ .../CodeGenPrepare/X86/overflow-intrinsics.ll | 41 +++-- 3 files changed, 430 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/AArch64/cgp-usubo.ll create mode 100644 test/CodeGen/X86/cgp-usubo.ll