[flang] [libc] [llvm] [clang-tools-extra] [clang] [lldb] [libcxx] [compiler-rt] [InstCombine] Fold converted urem to 0 if there's no overlapping bits (PR #71528)

2023-11-08 Thread Graham Hunter via cfe-commits
https://github.com/huntergr-arm updated https://github.com/llvm/llvm-project/pull/71528 >From 754519ad9b37343c827504e7d6bfcfa590f69483 Mon Sep 17 00:00:00 2001 From: Graham Hunter Date: Fri, 3 Nov 2023 14:22:57 + Subject: [PATCH] [InstCombine] Fold converted urem to 0 if there's no

[clang] a83ce95 - [clang] Remove unused capture in closure

2021-06-22 Thread Graham Hunter via cfe-commits
Author: Graham Hunter Date: 2021-06-22T15:09:39+01:00 New Revision: a83ce95b097689f4ebd2c3b45c0778d0b6946d00 URL: https://github.com/llvm/llvm-project/commit/a83ce95b097689f4ebd2c3b45c0778d0b6946d00 DIFF: https://github.com/llvm/llvm-project/commit/a83ce95b097689f4ebd2c3b45c0778d0b6946d00.diff

[clang] ad49765 - [OpenMP] Allow const parameters in declare simd linear clause

2020-03-02 Thread Graham Hunter via cfe-commits
Author: Graham Hunter Date: 2020-03-02T14:54:14Z New Revision: ad497658d25a3616e4c57cf7d12e3497a1c66f35 URL: https://github.com/llvm/llvm-project/commit/ad497658d25a3616e4c57cf7d12e3497a1c66f35 DIFF: https://github.com/llvm/llvm-project/commit/ad497658d25a3616e4c57cf7d12e3497a1c66f35.diff

r374042 - [SVE][IR] Scalable Vector size queries and IR instruction support

2019-10-08 Thread Graham Hunter via cfe-commits
Author: huntergr Date: Tue Oct 8 05:53:54 2019 New Revision: 374042 URL: http://llvm.org/viewvc/llvm-project?rev=374042=rev Log: [SVE][IR] Scalable Vector size queries and IR instruction support * Adds a TypeSize struct to represent the known minimum size of a type along with a flag to